| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 2 | -5/+3 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 3 | -5/+6 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -5/+3 |
| * | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 | 1 | -12/+33 |
| * | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 2 | -2/+77 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 1 | -3/+3 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 1 | -3/+3 |
| * | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Correct attibution: | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -290/+519 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 2 | -2/+4 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 1 | -23/+19 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 2 | -11/+147 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 3 | -59/+177 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 4 | -58/+65 |
| * | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -3/+3 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -2/+2 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -1/+8 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 2 | -2/+4 |
| * | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane | 2006-08-03 | 1 | -2/+2 |
| * | Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs | Tom Lane | 2006-08-03 | 1 | -26/+19 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -1/+21 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 7 | -87/+51 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 3 | -290/+10 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 1 | -4/+46 |
| * | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 | 1 | -25/+28 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 21 | -85/+21 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 18 | -18/+40 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 2 | -4/+4 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 3 | -6/+6 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -3/+3 |
| * | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 | 1 | -31/+38 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 4 | -161/+323 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 8 | -108/+129 |
| * | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 | 1 | -133/+127 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 10 | -53/+242 |
| * | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 | 1 | -9/+509 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -3/+3 |
| * | Revert patch, doesn't do what it should: | Bruce Momjian | 2006-06-27 | 1 | -6/+1 |
| * | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 | 1 | -10/+49 |
| * | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian | 2006-06-27 | 1 | -1/+6 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -11/+2 |
| * | Eliminate a gratuitously different wording of the 'cannot use aggregate funct... | Tom Lane | 2006-06-21 | 1 | -2/+2 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane | 2006-06-16 | 1 | -7/+2 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 7 | -36/+135 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+4 |