| 2008-12-01 | 
Tom Lane | Fix an oversight in the code that makes transitive...  | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Heikki Linnakangas | Modify the new to_timestamp implementation so that...  | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Tom Lane | Ensure that the contents of a holdable cursor don't...  | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Tom Lane | Remove the last traces of --temp-port. | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Michael Meskes | Removed port testing. | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Peter Eisentraut | Add braces to clarify syntax synopsis | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Peter Eisentraut | Small correction | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Peter Eisentraut | typo | 
commit | commitdiff | tree | 
| 2008-12-01 | 
Tom Lane | Refactor crosstab() to build and return a tuplestore...  | 
commit | commitdiff | tree | 
| 2008-11-30 | 
Tom Lane | Fix dblink and tablefunc to not return with the wrong...  | 
commit | commitdiff | tree | 
| 2008-11-30 | 
Tom Lane | Clean up the API for DestReceiver objects by eliminatin...  | 
commit | commitdiff | tree | 
| 2008-11-30 | 
Tom Lane | Add a "LIKE = typename" clause to CREATE TYPE for base...  | 
commit | commitdiff | tree | 
| 2008-11-30 | 
Tom Lane | Remove inappropriate memory context switch in shutdown_...  | 
commit | commitdiff | tree | 
| 2008-11-29 | 
Tom Lane | Fix recently-added array_agg tests to ensure they produ...  | 
commit | commitdiff | tree | 
| 2008-11-29 | 
Tom Lane | Make sure we give an appropriate user-facing error...  | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Tom Lane | Partial fix for fallout from temp-port changes.  ecpg...  | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Tom Lane | Fix an oversight in uninstall_isn.sql: must drop operat...  | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Tom Lane | My recent fix for semijoin planning didn't actually...  | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Tom Lane | Cosmetic cleanups in contrib/isn (doesn't fix the passb...  | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Magnus Hagander | Support regular expressions in pg_ident.conf. | 
commit | commitdiff | tree | 
| 2008-11-28 | 
Peter Eisentraut | Reduce risk of accidentally running temp-install regres...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Heikki Linnakangas | Fix bug in the tsvector stats collection function,...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Heikki Linnakangas | Fix obsolete comment regarding FSM truncation. | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Heikki Linnakangas | Don't force creation of the FSM on searches. It will...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Peter Eisentraut | Add that PL/Java is an implementation of SQL/JRT, and...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Peter Eisentraut | Drop CLI related features from the list, since we don...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Peter Eisentraut | Mark features related to WITH/SELECT as supported. | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Heikki Linnakangas | Fix #ifdeffed debugging code to work with relation...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Tom Lane | Tweak wording of DISCARD ALL description to avoid givin...  | 
commit | commitdiff | tree | 
| 2008-11-27 | 
Tom Lane | Fix minor memory leak introduced in recent SQL-function...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Heikki Linnakangas | Rely on relcache invalidation to update the cached...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Michael Meskes | interval.c needs limits.h | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Michael Meskes | Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Tom Lane | Tweak new PQExpBufferBroken macro to suppress warnings...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Michael Meskes | Removed strchrnul | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Tom Lane | Let's see if using -c instead of -- style fixes the...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Michael Meskes | When creating a varchar struct name braces must be...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Peter Eisentraut | configure check for docbook2man program, used in the...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Peter Eisentraut | Feature F442 "Mixed column references in set functions...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Peter Eisentraut | Add %expect 0 to all parser input files to prevent...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Tom Lane | Make DISCARD ALL discard advisory locks, too.  Marko...  | 
commit | commitdiff | tree | 
| 2008-11-26 | 
Tom Lane | Adjust the behavior of the PQExpBuffer code to make...  | 
commit | commitdiff | tree | 
| 2008-11-25 | 
Tom Lane | information_schema.key_column_usage.position_in_unique_...  | 
commit | commitdiff | tree | 
| 2008-11-25 | 
Alvaro Herrera | Use ResourceOwners in the snapshot manager, instead...  | 
commit | commitdiff | tree | 
| 2008-11-25 | 
Tom Lane | Remove PGINTERVALSTYLE from the set of special environm...  | 
commit | commitdiff | tree | 
| 2008-11-25 | 
Tom Lane | Omit src/port/pipe.c on non-Windows platforms.  It...  | 
commit | commitdiff | tree | 
| 2008-11-25 | 
Peter Eisentraut | If pg_ctl stop fails, print an error message and exit...  | 
commit | commitdiff | tree | 
| 2008-11-24 | 
Magnus Hagander | Disable FNM_CASEFOLD. Need a proper solution later...  | 
commit | commitdiff | tree | 
| 2008-11-24 | 
Peter Eisentraut | Move FAQ_AIX information to installation instructions. | 
commit | commitdiff | tree | 
| 2008-11-24 | 
Magnus Hagander | Add support for matching wildcard server certificates...  | 
commit | commitdiff | tree | 
| 2008-11-24 | 
Peter Eisentraut | CLUSTER VERBOSE and corresponding clusterdb --verbose...  | 
commit | commitdiff | tree | 
| 2008-11-23 | 
Tom Lane | Teach RequestCheckpoint() to wait and retry a few times...  | 
commit | commitdiff | tree | 
| 2008-11-22 | 
Tom Lane | Switch the planner over to treating qualifications...  | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Tom Lane | Minor copy-editing. | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Magnus Hagander | Fix a few more format argument warnings. | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Magnus Hagander | Document which GUC settings are enums and not strings...  | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Magnus Hagander | Docs update for enumvals patch. | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Magnus Hagander | Make the enumvals column of pg_settings be text[] inste...  | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Peter Eisentraut | Include the platform "FAQs" into the installation instr...  | 
commit | commitdiff | tree | 
| 2008-11-21 | 
Peter Eisentraut | Use relation_expr for TABLE command, requested by Tom. | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Tom Lane | Note that the example aggregate array_accum is comparab...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Bruce Momjian | Issue a proper error message when MD5 is attempted...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Tom Lane | Fix breakage of bitmap scan plan creation for special...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Magnus Hagander | Don't pass strings directly to errdetail() and errhint...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Magnus Hagander | Silence compiler warning about ignored return value...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Peter Eisentraut | TABLE command | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Magnus Hagander | Add support for using SSL client certificates to authen...  | 
commit | commitdiff | tree | 
| 2008-11-20 | 
Magnus Hagander | Control client certificate requesting with the pg_hba...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Peter Eisentraut | Add WITH as a refname to the SELECT reference page. | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Heikki Linnakangas | Rethink the way FSM truncation works. Instead of WAL...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Teodor Sigaev | Fix compiler warning "res may be used uninitialized...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Peter Eisentraut | Change this script to Perl 5 style.  Add support for...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Bruce Momjian | Add "Most Common Implementation" row to high availablit...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Tom Lane | Add auto-explain contrib module for automatic logging...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Tom Lane | Fix define_custom_variable so that SUSET custom variabl...  | 
commit | commitdiff | tree | 
| 2008-11-19 | 
Tom Lane | Some infrastructure changes for the upcoming auto-expla...  | 
commit | commitdiff | tree | 
| 2008-11-18 | 
Magnus Hagander | Add required include to build with cygwin. | 
commit | commitdiff | tree | 
| 2008-11-18 | 
Peter Eisentraut | Ident authentication over Unix-domain sockets on Solari...  | 
commit | commitdiff | tree | 
| 2008-11-17 | 
Bruce Momjian | Document that Bucardo is an example of mulit-master...  | 
commit | commitdiff | tree | 
| 2008-11-17 | 
Teodor Sigaev | Replace plain-memory ordered array by binary tree in...  | 
commit | commitdiff | tree | 
| 2008-11-16 | 
Tom Lane | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR...  | 
commit | commitdiff | tree | 
| 2008-11-15 | 
Tom Lane | Add missing dependencies to preproc.y build rule | 
commit | commitdiff | tree | 
| 2008-11-15 | 
Andrew Dunstan | Add missing semicolon, per grip from Alex Hunsaker. | 
commit | commitdiff | tree | 
| 2008-11-15 | 
Peter Eisentraut | Fix crash of xmlconcat(NULL) | 
commit | commitdiff | tree | 
| 2008-11-15 | 
Tom Lane | Make SELECT FOR UPDATE/SHARE work on inheritance trees...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | Document a gotcha that happens on Windows when using...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Magnus Hagander | Exclude contrib/intagg from the list of MSVC project...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | One more hack to see if we can get the cygwin machines...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | Second try at fixing DLLIMPORT problem for pg_crc.h...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | Reduce contrib/intagg to a thin wrapper around the...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | In CREATE AGGREGATE, allow the transition datatype...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | ecpg's preproc.y is now generated as needed, so remove...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | Make CREATE CONVERSION verify that a putative encoding...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Tom Lane | Improve comment about when to clean generated files. | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Michael Meskes | Enable script to generate preproc.y in build process. | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Michael Meskes | Fixed test for output_filename == stdout. | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Heikki Linnakangas | Fix oversight in previous error-reporting patch; mustn...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Peter Eisentraut | Since doc/src/sgml already builds the HTML docs twice...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Peter Eisentraut | Set SQL man pages to be section 7 by default, and only...  | 
commit | commitdiff | tree | 
| 2008-11-14 | 
Michael Meskes | Added files containing changes between gram.y and prepr...  | 
commit | commitdiff | tree | 
| next |