| Age | Commit message (Expand) | Author |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-07 | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway |
| 2004-01-07 | Support function parameter names in plpgsql. This is the last of | Tom Lane |
| 2004-01-07 | pg_dump support for function parameter names. | Tom Lane |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Final rearrangement of main postgresql child process (ie. | Bruce Momjian |
| 2004-01-06 | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 2004-01-06 | Remove unused 'noversion' command-line option processing from the | Neil Conway |
| 2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway |
| 2004-01-06 | Instead of rechecking lossy index operators by putting them into the | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway |
| 2004-01-05 | Fix three trivial typos in comments. | Neil Conway |
| 2004-01-05 | Translation updates | Peter Eisentraut |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Dept. of second thoughts: clause_selectivity shouldn't try to cache its | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | Fixed bug in GRANT OPTION FOR parsing. | Michael Meskes |
| 2004-01-04 | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane |
| 2004-01-04 | Fix portability bugs: char values passed to <ctype.h> functions must | Tom Lane |
| 2004-01-04 | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane |
| 2004-01-04 | Fix ReadOffset() to work correctly when off_t is wider than int. | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Remove trailing newline from file. | Bruce Momjian |
| 2004-01-04 | Remove trailing semicolons from macro initializations in plpython. | Bruce Momjian |
| 2004-01-04 | Mention grabbing typedefs from pgsql/lib too. | Bruce Momjian |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2004-01-03 | Must test for __hppa__ as well as __hppa to make linux-hppa happy. | Tom Lane |
| 2004-01-01 | Do an explicit fflush after writing a progress message with puts. | Tom Lane |
| 2003-12-31 | Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. | Bruce Momjian |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-12-30 | Add "-mt" link flag for Solaris non-gcc compiles when using threads --- | Bruce Momjian |
| 2003-12-30 | Instead of trying to force WHERE clauses into CNF or DNF normal form, | Tom Lane |
| 2003-12-30 | Avoid running out of memory during hash_create, by not passing a | Tom Lane |
| 2003-12-30 | ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create | Tom Lane |
| 2003-12-29 | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane |
| 2003-12-29 | Using canonicalize_qual() to get rid of duplicate index predicate | Tom Lane |
| 2003-12-29 | Improve comment. | Tom Lane |
| 2003-12-29 | Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling | Tom Lane |
| 2003-12-29 | Added missing whitespaces to array argument parsing. | Michael Meskes |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-28 | Fix sanity-check code that mistakenly assumed error and notice messages | Tom Lane |
| 2003-12-28 | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane |
| 2003-12-27 | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane |
| 2003-12-25 | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian |
| 2003-12-25 | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian |
| 2003-12-25 | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian |
| 2003-12-24 | Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); | Michael Meskes |
| 2003-12-23 | Supress non-temp schemas from psql \dn display. | Bruce Momjian |