summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-06-24Back out BYTEA binary compatibility changes.Bruce Momjian
2001-06-23> Marko Kreen <marko@l-t.ee> writes:Bruce Momjian
2001-06-23Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian
2001-06-22The new files for statistical system views.Jan Wieck
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-22Add support to lock manager for conditionally locking a lock (ie,Tom Lane
2001-06-21Remove unused include file for long-dead flavors of locking.Tom Lane
2001-06-20Handle reading of startup packet and authentication exchange after forkingPeter Eisentraut
2001-06-19Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane
2001-06-19Fix badly broken RelationGetRelationName().Tom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-19Move temprel name define from temprel.h to rel.h.Bruce Momjian
2001-06-19Bring RelationGetRelationName into sync with new temp rel names.Tom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2001-06-18Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-17Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane
2001-06-16Tweak startup sequence so that running out of PROC array slots isTom Lane
2001-06-16It turns out that the relcache thinks it can distinguish differentTom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-13Allow a non-superuser database owner to vacuum all tables in hisTom Lane
2001-06-13Fix for duplicate oids just introduced in patch. Don't think it needsBruce Momjian
2001-06-13Attached is a patch adding following functions:Bruce Momjian
2001-06-13Remove some dead code, simplify calling convention.Tom Lane
2001-06-12Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane
2001-06-12Back out has_table_privilege patch.Bruce Momjian
2001-06-12OK -- here's take #5.Bruce Momjian
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-11The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian
2001-06-11Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane
2001-06-11Make planner compute the number of hash buckets the same way thatTom Lane
2001-06-10Mark inet,cidr,macaddr '=' operators as mergejoinable.Tom Lane
2001-06-09Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut
2001-06-09Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane
2001-06-09Add #define for OID of type macaddr.Tom Lane
2001-06-09Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane
2001-06-08Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut
2001-06-07reset all: command line and .conf options change defaultsBruce Momjian
2001-06-07This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian
2001-06-05Correct permissions-checking bugs associated with ancient decision toTom Lane
2001-06-05Improve planning of OR indexscan plans: for quals likeTom Lane
2001-06-05Further work on making use of new statistics in planner. Adjust APIsTom Lane
2001-06-04This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-02Tweak sorting so that nulls appear at the front of a descending sortTom Lane
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-06-01Remove fastpath.c's lame attempt at caching function lookup info acrossTom Lane
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane