summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-12-05As far as I figured from the source code this function only deals withBruce Momjian
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-12-04Make usesysid consistently int4, not oid.Bruce Momjian
2002-12-02Repair core dump when trying to delete an entry from an already-NULLTom Lane
2002-12-01Teach planner to expand sufficiently simple SQL-language functionsTom Lane
2002-11-29Tighten selection of equality and ordering operators for groupingTom Lane
2002-11-29Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane
2002-11-26Use Params, rather than run-time-modified Const nodes, to handleTom Lane
2002-11-26Guard against 0 length string encoding conversion case.Tatsuo Ishii
2002-11-25Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-21Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom Lane
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane
2002-11-19Add an at-least-marginally-plausible method of estimating the numberTom Lane
2002-11-17Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-sizeTom Lane
2002-11-15Add relcache support for system catalogs with attnotnull columns.Tom Lane
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-11-15Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian
2002-11-15Rename hostname_lookup to log_hostname.Bruce Momjian
2002-11-15Rename show_source_port to log_source_port.Bruce Momjian
2002-11-15Rename show_btree_build_stats to log_btree_build_statsBruce Momjian
2002-11-15Rename:Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-13Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-13Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian
2002-11-12Fix broken GB18030 <--> UTF-8 conversion mapTatsuo Ishii
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-10Add palloc0 function to inline MemSet for newNode call.Bruce Momjian
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-11-08Replace imprecise value of PI with a better one, and tweak circle_polyTom Lane
2002-11-08Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane
2002-11-08The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-11-02Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-11-01After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane
2002-10-31Got tired of explaining why this Assert is not wrong.Tom Lane
2002-10-31Code review for statement_timeout patch. Fix some race conditionsTom Lane
2002-10-31Avoid use of inline functions that are not declared static. Needed toTom Lane
2002-10-26Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane
2002-10-19Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane