| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering | Tom Lane | 2001-11-12 | 1 | -7/+11 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 3 | -6/+6 |
* | Add default expressions to INSERTs during planning, not during parse | Tom Lane | 2001-11-02 | 1 | -3/+3 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 1 | -11/+4 |
* | Fix a couple of places where lack of parenthesization of a cast | Tom Lane | 2001-10-25 | 1 | -2/+2 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 7 | -197/+212 |
* | Consolidate tables of known system attributes into one table. | Tom Lane | 2001-10-22 | 1 | -11/+30 |
* | Add defenses against invalid operator names passed in CREATE OPERATOR | Tom Lane | 2001-10-22 | 1 | -73/+106 |
* | Break transformCreateStmt() into multiple routines and make | Tom Lane | 2001-10-12 | 1 | -8/+5 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 3 | -108/+17 |
* | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -17/+50 |
* | Repair oversight in recent changes to index-creation: tuple time qual | Tom Lane | 2001-09-26 | 1 | -9/+17 |
* | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut | 2001-09-08 | 1 | -1/+2 |
* | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 | 1 | -3/+2 |
* | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 2 | -31/+29 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 2 | -13/+18 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 2 | -8/+3 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 2 | -17/+9 |
* | Allow the return value of an SQL function to be binary-compatible with | Tom Lane | 2001-08-23 | 1 | -12/+16 |
* | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 1 | -17/+78 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 2 | -13/+9 |
* | Ensure to hold an exclusive lock while reindexing a relation. | Hiroshi Inoue | 2001-08-17 | 1 | -3/+11 |
* | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane | 2001-08-10 | 1 | -8/+3 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 5 | -107/+140 |
* | message refinements | Peter Eisentraut | 2001-08-10 | 6 | -67/+65 |
* | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 2 | -17/+17 |
* | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -89/+8 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 3 | -147/+182 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -71/+8 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 2 | -8/+10 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 2 | -5/+5 |
* | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 2 | -41/+38 |
* | It turns out that the relcache thinks it can distinguish different | Tom Lane | 2001-06-16 | 1 | -3/+3 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 4 | -125/+67 |
* | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 1 | -69/+106 |
* | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 | 1 | -52/+134 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 2 | -52/+43 |
* | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 | 2 | -104/+3 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -8/+7 |
* | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian | 2001-05-30 | 1 | -1/+146 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -14/+14 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -22/+17 |
* | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian | 2001-05-18 | 1 | -2/+2 |
* | Add missing paren. | Bruce Momjian | 2001-05-16 | 1 | -3/+1 |
* | Re-add pg_index.indhaskeytype. | Bruce Momjian | 2001-05-15 | 1 | -1/+2 |
* | Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi | Bruce Momjian | 2001-05-15 | 1 | -1/+2 |
* | Pg_varaiable removal cleanup found from regression. | Bruce Momjian | 2001-05-14 | 1 | -2/+2 |
* | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian | 2001-05-14 | 1 | -3/+1 |
* | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian | 2001-05-14 | 2 | -31/+4 |
* | I have modifed heap.c so that it won't automatically generate duplicate | Bruce Momjian | 2001-05-09 | 1 | -2/+41 |