| Commit message (Expand) | Author | Age |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Fix an ancient oversight in btree xlog replay. When trying to determine if an | Tom Lane | 2006-04-13 |
* | Fix another const-decoration mismatch, per Magnus. | Tom Lane | 2006-04-09 |
* | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 |
* | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 |
* | 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-05 |
* | 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-04 |
* | 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-03 |
* | Remove the 'slow' path for btree index build, which built the btree | Tom Lane | 2006-04-01 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Improve gist XLOG code to follow the coding rules needed to prevent | Tom Lane | 2006-03-30 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | 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-10 |
* | 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-07 |
* | 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-06 |
* | 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-05 |
* | 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-04 |
* | 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-03-03 |
* | 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-28 |
* | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 |
* | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 |