aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-19
* Move temprel name define from temprel.h to rel.h.Bruce Momjian2001-06-19
* Bring RelationGetRelationName into sync with new temp rel names.Tom Lane2001-06-19
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-18
* Do some restructuring to improve performance of the catcaches. TeachTom Lane2001-06-18
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-17
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-16
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Fix for duplicate oids just introduced in patch. Don't think it needsBruce Momjian2001-06-13
* Attached is a patch adding following functions:Bruce Momjian2001-06-13
* Remove some dead code, simplify calling convention.Tom Lane2001-06-13
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12
* Back out has_table_privilege patch.Bruce Momjian2001-06-12
* OK -- here's take #5.Bruce Momjian2001-06-12
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian2001-06-11
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-11
* Make planner compute the number of hash buckets the same way thatTom Lane2001-06-11
* Mark inet,cidr,macaddr '=' operators as mergejoinable.Tom Lane2001-06-10
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane2001-06-09
* Add #define for OID of type macaddr.Tom Lane2001-06-09
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-08
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-07
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-07
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-05
* Improve planning of OR indexscan plans: for quals likeTom Lane2001-06-05
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-04
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03
* Tweak sorting so that nulls appear at the front of a descending sortTom Lane2001-06-02
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane2001-06-01
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* Add "#define GIST_AM_OID".Tom Lane2001-05-30
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-30
* Remove unused, redundant header files.Tom Lane2001-05-30
* Mark as unused:Bruce Momjian2001-05-30
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. IBruce Momjian2001-05-30
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-27
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25