| Age | Commit message (Expand) | Author |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-04 | I made the patch that improved the performance of replace_text(). | Bruce Momjian |
| 2005-07-04 | Fix date_trunct for December dates that are in the next year, e.g.: | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-03 | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane |
| 2005-07-03 | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane |
| 2005-07-02 | Teach planner about some cases where a restriction clause can be | Tom Lane |
| 2005-07-02 | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian |
| 2005-07-02 | Use on/off consistently for GUC variables in postgresql.conf and the | Bruce Momjian |
| 2005-07-02 | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-07-01 | Clarify documentation about log_min_duration_statement. | Bruce Momjian |
| 2005-07-01 | Improve error messages and add comment | Teodor Sigaev |
| 2005-06-30 | Bug fixes for GiST crash recovery. | Teodor Sigaev |
| 2005-06-30 | Issue fatal error if no TCP/IP sockets could be created | Peter Eisentraut |
| 2005-06-30 | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway |
| 2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-29 | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane |
| 2005-06-29 | Cleanup, remove unneeded pallocs | Teodor Sigaev |
| 2005-06-28 | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane |
| 2005-06-28 | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane |
| 2005-06-28 | Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. | Teodor Sigaev |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Concurrency for GiST | Teodor Sigaev |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-26 | Tweak dynahash.c to not allocate so many entries at once when dealing | Tom Lane |
| 2005-06-26 | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane |
| 2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-25 | Fix a couple of items that should be declared Oid not int. Purely | Tom Lane |
| 2005-06-25 | Force a checkpoint before committing a CREATE DATABASE command. This | Tom Lane |
| 2005-06-25 | Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo | Tom Lane |
| 2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
| 2005-06-24 | Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, | Tom Lane |
| 2005-06-24 | Allow direct conversion between EUC_JP and SJIS to improve | Tatsuo Ishii |
| 2005-06-24 | Code cleanup: remove 3 duplicate static function declarations. | Neil Conway |
| 2005-06-24 | This trivial patch removes an unused variable. From Alvaro Herrera. | Neil Conway |
| 2005-06-24 | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-22 | Fix the mechanism for reporting the original table OID and column number | Tom Lane |
| 2005-06-22 | Add a hack requested by the JDBC driver writers: when a function's | Tom Lane |
| 2005-06-22 | More trivial dead code removal: in int_to_roman(), checking for "num == -1" | Neil Conway |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-06-21 | Fix a potential backend crash during authentication when parsing a | Neil Conway |
| 2005-06-21 | Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is | Neil Conway |
| 2005-06-21 | Trivial dead code removal: in makeObjectName(), name1 must be non-NULL | Neil Conway |
| 2005-06-20 | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane |
| 2005-06-20 | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev |
| 2005-06-20 | 1. full functional WAL for GiST | Teodor Sigaev |