| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 | 1 | -44/+114 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 2 | -27/+5 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 2 | -5/+27 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 1 | -14/+14 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 5 | -112/+107 |
| * | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 | 1 | -26/+15 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 2 | -82/+13 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -22/+23 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 3 | -67/+66 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 3 | -16/+21 |
| * | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane | 2006-03-29 | 1 | -6/+5 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 3 | -16/+15 |
| * | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 | 2 | -3/+13 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 11 | -248/+122 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 30 | -60/+60 |
| * | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 | 1 | -1/+4 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 1 | -2/+18 |
| * | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane | 2006-03-03 | 1 | -68/+63 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -16/+74 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 1 | -13/+11 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 1 | -17/+32 |
| * | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 1 | -2/+9 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -2/+2 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 1 | -1/+5 |
| * | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 | 1 | -2/+4 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 1 | -78/+3 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 4 | -24/+231 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 2 | -2/+8 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 1 | -3/+78 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 2 | -16/+9 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 2 | -9/+16 |
| * | Change search for default operator classes so that it examines all opclasses | Tom Lane | 2006-02-10 | 1 | -22/+39 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -2/+8 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 1 | -4/+17 |
| * | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian | 2006-02-03 | 1 | -10/+3 |
| * | Prevent COPY from using newline or carriage return as delimiter or null. | Bruce Momjian | 2006-02-03 | 1 | -1/+20 |
| * | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane | 2006-01-30 | 1 | -9/+37 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -4/+7 |
| * | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane | 2006-01-19 | 1 | -29/+25 |
| * | Modify pgstats code to reduce performance penalties from oversized stats data | Tom Lane | 2006-01-18 | 1 | -3/+5 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 2 | -7/+12 |
| * | Change the parameter_types column of the pg_prepared_statements to be | Neil Conway | 2006-01-16 | 1 | -17/+24 |
| * | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane | 2006-01-13 | 1 | -12/+40 |
| * | Require the issuer of CREATE TYPE to own the functions mentioned in the | Tom Lane | 2006-01-13 | 1 | -1/+25 |
| * | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane | 2006-01-12 | 1 | -2/+3 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -5/+137 |
| * | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut | 2006-01-05 | 1 | -2/+2 |
| * | Fix another case in which autovacuum would fail while analyzing | Tom Lane | 2006-01-04 | 1 | -1/+9 |
| * | Add regression tests for CSV and \., and add automatic quoting of a | Bruce Momjian | 2005-12-28 | 1 | -14/+26 |
| * | Our code had: | Bruce Momjian | 2005-12-27 | 1 | -454/+258 |