| Age | Commit message (Expand) | Author |
| 2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | Tom Lane |
| 2006-04-05 | Add a field to the first page of each WAL file to indicate the | Tom Lane |
| 2006-04-04 | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-04-03 | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane |
| 2006-04-03 | Eliminate ajust scan code. Since concurrent GiST it doesn't | Teodor Sigaev |
| 2006-04-01 | Remove the 'slow' path for btree index build, which built the btree | Tom Lane |
| 2006-03-31 | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane |
| 2006-03-30 | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane |
| 2006-03-29 | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane |
| 2006-03-24 | Arrange to emit a description of the current XLOG record as error context | Tom Lane |
| 2006-03-23 | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane |
| 2006-03-16 | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-10 | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway |
| 2006-03-10 | Remove unintened change to pg_proc.h. | Bruce Momjian |
| 2006-03-10 | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian |
| 2006-03-07 | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane |
| 2006-03-07 | Back out comment update about sighup, original was accurate. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-06 | Attached is the new patch. To summarize: | Bruce Momjian |
| 2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |
| 2006-03-06 | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian |
| 2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-05 | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian |
| 2006-03-05 | Improve STRINGS_H macro test for MSVC extensions. | Bruce Momjian |
| 2006-03-04 | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane |
| 2006-03-04 | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian |
| 2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
| 2006-03-03 | Fixes for Win32-client only compiles. | Bruce Momjian |
| 2006-03-03 | Add workaround so MSVC doesn't try to load strings.h, which it doesn't | Bruce Momjian |
| 2006-03-03 | Clarify macro layout for win32 IMPORT. | Bruce Momjian |
| 2006-03-03 | Make the COPY command return a command tag that includes the number of | Tom Lane |
| 2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
| 2006-02-28 | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane |
| 2006-02-28 | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian |
| 2006-02-28 | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane |
| 2006-02-28 | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane |
| 2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
| 2006-02-21 | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane |
| 2006-02-19 | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane |
| 2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
| 2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
| 2006-02-16 | Change MemSet to use long instead of int32, for better performance on | Peter Eisentraut |
| 2006-02-12 | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane |
| 2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
| 2006-02-12 | Add MSVC support for utility commands and pg_dump. | Bruce Momjian |