| Age | Commit message (Expand) | Author |
| 2004-09-17 | Allow WIN1250 as server encoding. | Peter Eisentraut |
| 2004-09-17 | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane |
| 2004-09-17 | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane |
| 2004-09-16 | Remove erroneous Assert, per example from Kris Jurka. | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-16 | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway |
| 2004-09-14 | Translation update | Peter Eisentraut |
| 2004-09-13 | Translation update | Peter Eisentraut |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-13 | Translation updates | Peter Eisentraut |
| 2004-09-13 | Fix two typos in comments. | Neil Conway |
| 2004-09-12 | When LockAcquire fails at the stage of creating a proclock object, be | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
| 2004-09-11 | Ensure that pg_largeobject references opened by lo_import() or lo_export() | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-10 | More cleanup. | Bruce Momjian |
| 2004-09-09 | Added a call to gettext() to fix broken translated error messages. | Dennis Bjorklund |
| 2004-09-09 | Translation updates | Dennis Bjorklund |
| 2004-09-09 | Translation updates | Dennis Bjorklund |
| 2004-09-09 | Fix Cygwin defines to be consistent. | Bruce Momjian |
| 2004-09-08 | Minor efficiency improvements in keeping track of trigger deferred | Tom Lane |
| 2004-09-07 | Fix a couple of small errors in trigger-list management, as per recent | Tom Lane |
| 2004-09-07 | Fix places where WaitForxxx can block, to eliminate failure to detect | Tom Lane |
| 2004-09-06 | Fix a number of places where brittle data structures or overly strong | Tom Lane |
| 2004-09-06 | Guard against transaction control statements in SQL functions. This | Tom Lane |
| 2004-09-06 | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane |
| 2004-09-06 | I can't see any good reason for DropRelFileNodeBuffers to be issuing | Tom Lane |
| 2004-09-06 | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane |
| 2004-09-05 | On further consideration, there's another problem here: the existing | Tom Lane |
| 2004-09-05 | Tweak elog.c's logic for promoting errors into more severe errors. | Tom Lane |
| 2004-09-02 | Yet another place where someone was being careless about the arguments | Tom Lane |
| 2004-09-02 | Cope with recent HPUX versions providing isfinite() instead of finite(). | Tom Lane |
| 2004-09-02 | Remove obsolete comment. | Tom Lane |
| 2004-09-01 | Tweak prettyprinting rules for saner indenting of UNION, INTERSECT, | Tom Lane |
| 2004-09-01 | Fix mistaken comment. | Tom Lane |
| 2004-08-31 | needs_toast_table() should ignore dropped columns. | Tom Lane |
| 2004-08-31 | Code review for recent changes in guc-file.l. Avoid multiple frees, | Tom Lane |
| 2004-08-31 | Code review for various recent GUC hacking. Don't elog(ERROR) when | Tom Lane |
| 2004-08-31 | Fix unintended assignment of sequences to the containing schema's | Tom Lane |
| 2004-08-31 | FlushRelationBuffers was also being a bit cavalier about whether the | Tom Lane |
| 2004-08-31 | copy_relation_data was mistakenly assuming that the source relation | Tom Lane |
| 2004-08-31 | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane |
| 2004-08-30 | Improve spinlock selftest to make it able to detect misdeclaration of | Tom Lane |
| 2004-08-30 | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane |
| 2004-08-30 | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane |
| 2004-08-30 | Tweak md.c logic to cope with the situation where WAL replay tries to | Tom Lane |
| 2004-08-30 | Dept. of second thoughts: it'd be a good idea to flush buffers | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |