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