| Age | Commit message (Expand) | Author |
| 2004-01-26 | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian |
| 2004-01-26 | Back out win32 patch so we can apply it separately. | Bruce Momjian |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-26 | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane |
| 2004-01-25 | Fix an obsolete file path mentioned in a comment. | Neil Conway |
| 2004-01-25 | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway |
| 2004-01-24 | Support named parameters in information_schema.parameters, | Tom Lane |
| 2004-01-24 | Fix problems with dropped columns in pltcl triggers, per report from Patrick ... | Tom Lane |
| 2004-01-24 | Revert the change to print.c, as this breaks src/bin/scripts. The proper | Neil Conway |
| 2004-01-24 | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck |
| 2004-01-24 | This patch makes some of the memory manipulation performed by psql a | Neil Conway |
| 2004-01-24 | Translation updates | Dennis Bjorklund |
| 2004-01-24 | Repair planner failure for cases involving Cartesian products inside | Tom Lane |
| 2004-01-23 | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane |
| 2004-01-23 | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway |
| 2004-01-22 | Translation update | Peter Eisentraut |
| 2004-01-22 | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane |
| 2004-01-22 | Fix incorrect dumping of database LOCATION from 7.0.* servers. | Tom Lane |
| 2004-01-22 | Translation updates | Dennis Bjorklund |
| 2004-01-22 | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane |
| 2004-01-22 | Correct error introduced in recent hasoids changes --- it's not a bool | Tom Lane |
| 2004-01-21 | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane |
| 2004-01-21 | Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig. | Tom Lane |
| 2004-01-21 | If we don't have shared libraries, we don't have conversions. Make | Tom Lane |
| 2004-01-21 | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane |
| 2004-01-21 | Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. | Michael Meskes |
| 2004-01-21 | Translation updates | Dennis Bjorklund |
| 2004-01-20 | Implement '\copy from -' to support reading copy data from the same | Tom Lane |
| 2004-01-20 | This is a patch to support readline prompts which contain non-printing | Tom Lane |
| 2004-01-19 | Remove JDBC from the build system and documentation, too. | Tom Lane |
| 2004-01-19 | missed a few files | PostgreSQL Daemon |
| 2004-01-19 | JDBC is now on GBorg | PostgreSQL Daemon |
| 2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-19 | Fix typo. | Peter Eisentraut |
| 2004-01-19 | Don't return an overoptimistic result from join_in_selectivity when | Tom Lane |
| 2004-01-19 | Recognize that IN subqueries return already-unique results if they use | Tom Lane |
| 2004-01-19 | Add a hash table to cache lookups of 'C'-language functions (that is, | Tom Lane |
| 2004-01-18 | Translation update | Peter Eisentraut |
| 2004-01-18 | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane |
| 2004-01-18 | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane |
| 2004-01-17 | Repair misestimation of indexscan CPU costs. When an indexqual contains | Tom Lane |
| 2004-01-16 | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane |
| 2004-01-15 | Adjusted calculation of shared memory requirements to new | Jan Wieck |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-14 | Translation updates | Dennis Bjorklund |
| 2004-01-14 | pg_settings should have UPDATE privilege allowed to public. | Tom Lane |
| 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-13 | Translation update | Peter Eisentraut |