| Age | Commit message (Expand) | Author |
| 2002-02-14 | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane |
| 2002-01-29 | Make S/390 TAS spell __inline__ the same way as the other eight GCC | Tom Lane |
| 2002-01-22 | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane |
| 2002-01-16 | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane |
| 2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
| 2002-01-12 | Bump catversion to ensure people apply recent timestamp and sequence | Tom Lane |
| 2002-01-12 | Repair bugs in declarations of routines to add timestamptz and interval. | Thomas G. Lockhart |
| 2002-01-01 | Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() | Tom Lane |
| 2002-01-01 | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart |
| 2001-12-29 | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart |
| 2001-12-11 | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane |
| 2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane |
| 2001-12-03 | Add configure-time check whether sig_atomic_t is defined; if not, | Tom Lane |
| 2001-12-02 | More correct way to check for existence of types, which allows to specify | Peter Eisentraut |
| 2001-11-22 | Remove compile errors of psql.exe and libpq.dll under | Hiroshi Inoue |
| 2001-11-21 | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane |
| 2001-11-16 | IsSystemRelationName() treats TOAST relations as system relations. | Tom Lane |
| 2001-11-16 | Remove 'triggered data change violation' error check, per recent | Tom Lane |
| 2001-11-15 | Well the absolute correct solution would involve all of: | Bruce Momjian |
| 2001-11-15 | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian |
| 2001-11-12 | Remove duplicate extern declaration. | Tom Lane |
| 2001-11-12 | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane |
| 2001-11-12 | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane |
| 2001-11-12 | Add comments of duplicate definitions in interfaces/odbc/md5.h. | Bruce Momjian |
| 2001-11-12 | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane |
| 2001-11-10 | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane |
| 2001-11-08 | Fix indenting for 'extern "C"' cases. | Bruce Momjian |
| 2001-11-06 | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart |
| 2001-11-06 | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane |
| 2001-11-05 | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-05 | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-24 | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut |
| 2001-10-23 | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-22 | Consolidate tables of known system attributes into one table. | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Revert change to autodetect '__getopt_initialized' variable ... turns | Tom Lane |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Rename macro arg to avoid useless compiler warning when building plperl. | Tom Lane |
| 2001-10-18 | Add STATUS_EOF value needed for auth.c. Remove a bunch of unused | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |