summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane2001-11-121-7/+11
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-053-6/+6
* Add default expressions to INSERTs during planning, not during parseTom Lane2001-11-021-3/+3
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-11/+4
* Fix a couple of places where lack of parenthesization of a castTom Lane2001-10-251-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-257-197/+212
* Consolidate tables of known system attributes into one table.Tom Lane2001-10-221-11/+30
* Add defenses against invalid operator names passed in CREATE OPERATORTom Lane2001-10-221-73/+106
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-121-8/+5
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-063-108/+17
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-021-17/+50
* Repair oversight in recent changes to index-creation: tuple time qualTom Lane2001-09-261-9/+17
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-1/+2
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-081-3/+2
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-062-31/+29
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-262-13/+18
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-252-8/+3
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-242-17/+9
* Allow the return value of an SQL function to be binary-compatible withTom Lane2001-08-231-12/+16
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-17/+78
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-212-13/+9
* Ensure to hold an exclusive lock while reindexing a relation.Hiroshi Inoue2001-08-171-3/+11
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-101-8/+3
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-105-107/+140
* message refinementsPeter Eisentraut2001-08-106-67/+65
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-092-17/+17
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-89/+8
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-153-147/+182
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-71/+8
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-272-8/+10
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-222-5/+5
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-182-41/+38
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-161-3/+3
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-124-125/+67
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-69/+106
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-52/+134
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-012-52/+43
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-302-104/+3
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-8/+7
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-301-1/+146
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-14/+14
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-22/+17
* Rename ParseFuncOrColumn() to ParseColumnOrFunc().Bruce Momjian2001-05-181-2/+2
* Add missing paren.Bruce Momjian2001-05-161-3/+1
* Re-add pg_index.indhaskeytype.Bruce Momjian2001-05-151-1/+2
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-151-1/+2
* Pg_varaiable removal cleanup found from regression.Bruce Momjian2001-05-141-2/+2
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-141-3/+1
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-142-31/+4
* I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian2001-05-091-2/+41