| Commit message (Expand) | Author | Age |
* | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane | 2006-06-21 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 |
* | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane | 2006-06-16 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Have REINDEX use NOTICE, so it can be suppressed. | Bruce Momjian | 2006-06-07 |
* | Use INFO-level for reindex messages, rather than NOTICE. | Bruce Momjian | 2006-06-07 |
* | Make EXPLAIN sampling smarter, to avoid excessive sampling delay. | Bruce Momjian | 2006-05-30 |
* | Further hacking on performance of COPY OUT. It seems that fwrite()'s | Tom Lane | 2006-05-26 |
* | Reduce per-character overhead in COPY OUT by combining calls to | Tom Lane | 2006-05-25 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Fix grammar of new error message. | Tom Lane | 2006-05-02 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 |
* | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 |
* | TablespaceCreateDbspace should function normally even on platforms that do not | 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 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 |
* | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 |
* | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane | 2006-03-03 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 |
* | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 |
* | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | 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 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 |
* | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 |
* | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 |