| Age | Commit message (Expand) | Author |
| 2004-10-15 | Have log_duration only output when log_statement has printed the query. | Bruce Momjian |
| 2004-10-15 | Fix pg_ctl -D handling for Win32: | Bruce Momjian |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-13 | More minor cosmetic improvements: | Neil Conway |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-12 | Translation update | Peter Eisentraut |
| 2004-10-12 | Fix a copy-and-paste error: give a distinct memory context a distinct | Neil Conway |
| 2004-10-11 | Fix OR-index-scan planner to recognize that a partial index is usable | Tom Lane |
| 2004-10-11 | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane |
| 2004-10-11 | Fix typo in comment. | Neil Conway |
| 2004-10-10 | Cosmetic improvements/code cleanup: | Neil Conway |
| 2004-10-09 | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane |
| 2004-10-09 | Make getpid() use %d consistently for printing. | Bruce Momjian |
| 2004-10-09 | Suppress timezone output on log_line_prefix %t on Win32, because it is | Bruce Momjian |
| 2004-10-08 | Whack some sense into the configuration-file-location patch. | Tom Lane |
| 2004-10-08 | Do proper testing of CIDR bits against network mask, e.g. don't allow: | Bruce Momjian |
| 2004-10-07 | Change get_rule_expr so that when the input is a List, it displays the | Tom Lane |
| 2004-10-07 | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane |
| 2004-10-07 | Remove unneeded dash. | Bruce Momjian |
| 2004-10-07 | Update comment to fix nibble mention: | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-07 | Back out unindented modification to file. | Bruce Momjian |
| 2004-10-07 | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian |
| 2004-10-07 | Allow the spinlock test to be compiled successfully in a vpath build. | Neil Conway |
| 2004-10-07 | XOR process PID into a backend's initial random seed, to ensure that | Tom Lane |
| 2004-10-06 | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian |
| 2004-10-06 | Adjustment to test on unix domain socket variable for pg_hba.conf | Bruce Momjian |
| 2004-10-06 | Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain | Bruce Momjian |
| 2004-10-05 | Add Win32 version info to client binaries. | Bruce Momjian |
| 2004-10-04 | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane |
| 2004-10-04 | PortalRun must guard against the possibility that the portal it's | Tom Lane |
| 2004-10-04 | Suppress getppid test on WIN32, per Dave Page. | Tom Lane |
| 2004-10-04 | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane |
| 2004-10-04 | Make libpgport be front-end only and make libpgport_srv be a backend | Bruce Momjian |
| 2004-10-03 | Translation update | Peter Eisentraut |
| 2004-10-02 | Clean up handling of inherited-table update queries, per bug report | Tom Lane |
| 2004-10-01 | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane |
| 2004-10-01 | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane |
| 2004-10-01 | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane |
| 2004-10-01 | Fallout from changing index locking rules: we can reduce the strength | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-30 | Remove unnecessary use of index_open just to get the index name. | Tom Lane |
| 2004-09-30 | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane |
| 2004-09-29 | Split out everything that looks like a function call from c_expr into | Tom Lane |
| 2004-09-29 | Minor adjustments to improve the accuracy of our computation of required | Tom Lane |
| 2004-09-28 | Adjust obsolete comment about memory needs for lock table. | Tom Lane |
| 2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
| 2004-09-27 | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian |
| 2004-09-27 | Translation update | Peter Eisentraut |