| Age | Commit message (Expand) | Author |
| 2004-01-14 | The no-updates-to-system-catalogs-unless-usecatupd restriction should | Tom Lane |
| 2004-01-14 | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane |
| 2004-01-12 | Fix another place that wasn't maintaining AND/OR flatness of an | Tom Lane |
| 2004-01-12 | Preserve AND/OR flatness during eval_const_expressions(). This seems a | Tom Lane |
| 2004-01-11 | Translation updates | Dennis Bjorklund |
| 2004-01-11 | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway |
| 2004-01-11 | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-10 | Improve has_nullable_targetlist() to allow strict functions of simple | Tom Lane |
| 2004-01-10 | Translation updates | Dennis Bjorklund |
| 2004-01-10 | Translation updates | Dennis Bjorklund |
| 2004-01-10 | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian |
| 2004-01-10 | Fix subquery pullup logic to not be fooled when a view that appears | Tom Lane |
| 2004-01-09 | Remove ereport() from failed connection; already done, per Tom. | Bruce Momjian |
| 2004-01-09 | Fix for cancel key restarting postmaster, from Claudio | Bruce Momjian |
| 2004-01-09 | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian |
| 2004-01-09 | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian |
| 2004-01-09 | Remove duplicate include of value.h. I think it got in because Tom and I bot... | Bruce Momjian |
| 2004-01-09 | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian |
| 2004-01-08 | [Forced commit to add log message that I fat-fingered last time] | Tom Lane |
| 2004-01-07 | make | Tom Lane |
| 2004-01-07 | Make some improvements in the intelligence of the partial-index | Tom Lane |
| 2004-01-07 | Add missing inclusion of nodes/value.h. | Tom Lane |
| 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-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 | 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 | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane |
| 2004-01-04 | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 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 |