summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-06-19Back out SET ALL patch because it is breaking things.Bruce Momjian
2001-06-19Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-18RESET ALL secondary patch:Bruce 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-18Improve wording of authentication files.Bruce Momjian
2001-06-18Do some restructuring to improve performance of the catcaches. TeachTom Lane
2001-06-17Keep the list of to-be-NOTIFYed names in a plain List palloc'd inTom 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-14Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler().Tom 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-13Attached is a patch adding following functions:Bruce Momjian
2001-06-13Fix compile failure when --enable-multibyte.Bruce Momjian
2001-06-13Don't assume free(NULL) is OK. Yes, I know ANSI C says it is.Tom Lane
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-12Repair problem with multi-action rules in combination with any nontrivialTom 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-11Nest macros with slightly less enthusiasm, for performance and to avoidTom Lane
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-10Fix thinko in hash cost estimation: average frequencyTom 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-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-06get_seq_name should truncate name to NAMEDATALEN, so that this works:Tom Lane
2001-06-06Be a little smarter about deciding how many most-common values to save.Tom Lane
2001-06-06Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane
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-04Give error message, rather than coredump, for utility statements inTom Lane
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-02Accept and output '-Infinity' as well as 'Infinity', per long-agoTom Lane
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-02Paranoia about unordered comparisons in IEEE float math. If we areTom Lane
2001-06-02dllist.c is included in the frontend libpq interface via symlink.Jan Wieck
2001-06-01Check for malloc failure.Tom Lane
2001-06-01Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane