| Age | Commit message (Expand) | Author |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-05 | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane |
| 2005-07-05 | Back out patch. This should be done like other server-side languages. | Bruce Momjian |
| 2005-07-05 | Add NO_PGPORT defines to fix win32/cygwin builds for new target platform | Bruce Momjian |
| 2005-07-04 | Restructure zic #define fprintf checks to use a NO_PGPORT macro instead. | Bruce Momjian |
| 2005-07-04 | I have to admit that I got the case of the preprocessor symbol on amd64 | Bruce Momjian |
| 2005-07-04 | This patch allows the PL/Python module to do (SRF) functions. | Bruce Momjian |
| 2005-07-04 | I made the patch that improved the performance of replace_text(). | Bruce Momjian |
| 2005-07-04 | Fix compile if zic because it now doesn't use libpgport. | 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-04 | Reverse this patch: | Bruce Momjian |
| 2005-07-04 | Fix build break for out of tree (vpath) builds, induced by recent zic | Neil Conway |
| 2005-07-03 | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane |
| 2005-07-03 | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane |
| 2005-07-03 | Support cross compilation by compiling "zic" with a native compiler. This | Peter Eisentraut |
| 2005-07-03 | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane |
| 2005-07-02 | > A quick look shows that when you use --with-libraries=/foo/bar the | Bruce Momjian |
| 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-02 | In PL/PgSQL, allow a block's label to be optionally specified at the | Neil Conway |
| 2005-07-01 | Fix platform-dependency in recently added regression tests. | Tom Lane |
| 2005-07-01 | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian |
| 2005-07-01 | Avoid function name conflict when plpgsql and rangefuncs regression tests | Tom Lane |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-07-01 | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut |
| 2005-07-01 | Clarify code to double \\ and '. | Bruce Momjian |
| 2005-07-01 | Clarify documentation about log_min_duration_statement. | Bruce Momjian |
| 2005-07-01 | Improve error messages and add comment | Teodor Sigaev |
| 2005-07-01 | Adds some missing error handling to PGTYPESnumeric_div() in ecpg's | Neil Conway |
| 2005-07-01 | Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be | Neil Conway |
| 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 | Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL | Neil Conway |
| 2005-06-30 | Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, | Neil Conway |
| 2005-06-30 | Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. | Neil Conway |
| 2005-06-30 | Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> | Neil Conway |
| 2005-06-30 | Dump comments for large objects. | Tom Lane |
| 2005-06-30 | Fix a theoretical memory leak in pg_password_sendauth(). If the first | 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 | Update typedefs for pgindent. | Bruce Momjian |
| 2005-06-28 | Change awk ~ pattern from "" to //. | Bruce Momjian |
| 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 |