Commit Graph

1031 Commits (216bb6662a7bd9a437cedb41b153f68e61c464dc)

Author SHA1 Message Date
Tom Lane 65b2f93b58 Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we 20 years ago
Bruce Momjian f058451871 Revert (again) GUC patch to return commented fields to their default 20 years ago
Bruce Momjian f09fb71af9 Recommit patch to allow commented GUC variables to return to their 20 years ago
Bruce Momjian e7da38bf31 Re-apply guc cleanup patch, with memory allocation bugs fixed. 20 years ago
Bruce Momjian fb55af227e Back out patch to reorganize guc processing. Was causing regression 20 years ago
Bruce Momjian 2d2eec6ef2 Back out patch that allowed commented guc variables to return to their 20 years ago
Tom Lane 7a3e30e608 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 20 years ago
Bruce Momjian 262a7bc14c Allow commenting of variables in postgresql.conf to restore them to 20 years ago
Bruce Momjian f91ddb768b Refactor GUC set_config_option function: 20 years ago
Bruce Momjian 3716f90c39 For protocol-level prepare/bind/execute: 20 years ago
Tom Lane 09d3670df3 Change the relation_open protocol so that we obtain lock on a relation 20 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 20 years ago
Tom Lane 1249cf8f38 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 20 years ago
Peter Eisentraut b517e65348 Allow units to be specified with configuration settings. 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Tom Lane 51ee9fa157 Add support to dynahash.c for partitioning shared hashtables according 20 years ago
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree 20 years ago
Bruce Momjian b43ebe5f83 More include file adjustments. 20 years ago
Bruce Momjian b844dd3f9e More include file adjustments. 20 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 20 years ago
Bruce Momjian b85a965f5f Allow each C include file to compile on its own by including any needed 20 years ago
Tom Lane b7b78d24f7 Code review for FILLFACTOR patch. Change WITH grammar as per earlier 20 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 20 years ago
Tom Lane 08ccdf020e Fix oversight in planning for multiple indexscans driven by 20 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 20 years ago
Tom Lane cdd5178c69 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 20 years ago
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory 20 years ago
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Tom Lane c892643a3c Code review for SELECT INTO STRICT patch: use saner choices of error 20 years ago
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Tom Lane 8b9bc234ad Remove the limit on the number of entries allowed in catcaches, and 20 years ago
Bruce Momjian 63e464a5e6 Remove ancient AIX structure workaround. 20 years ago
Tom Lane 7f52e0c50e Tweak writetup_heap/readtup_heap to avoid storing the tuple identity 20 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 20 years ago
Tom Lane 46287bd660 Simplify relcache startup sequence. With the new design of InitPostgres 20 years ago
Tom Lane cb98e6fb8f Create a syscache for pg_database-indexed-by-oid, and make use of it 20 years ago
Teodor Sigaev 8a3631f8d8 GIN: Generalized Inverted iNdex. 20 years ago
Tom Lane 82a2881c5b Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not 20 years ago
Bruce Momjian 4899aaf2d5 Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. 20 years ago
Tom Lane 0f0a33099c Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR 20 years ago
Tom Lane a3c1a11fc1 If we're going to expose VariableStatData for contrib modules to use, 20 years ago
Bruce Momjian 59d61409cd Move ltree parentsel() selectivity function into /contrib/ltree. 20 years ago
Bruce Momjian b3e4aefcfb Enhanced containment selectivity function for /contrib/ltree 20 years ago
Tom Lane d2896a9ed1 Arrange to cache btree metapage data in the relcache entry for the index, 20 years ago
Bruce Momjian 59d591e79a Back out RESET CONNECTION until there is more discussion. 20 years ago
Bruce Momjian 6378fdd971 Add RESET CONNECTION, to reset all aspects of a session. 20 years ago
Bruce Momjian e6004f0151 Add statement_timestamp(), clock_timestamp(), and 20 years ago
Tom Lane c6e81aeef3 Fix EXPLAIN so that it can drill down through multiple levels of subplan 20 years ago
Tom Lane 7fdb4305db Fix a bunch of problems with domains by making them use special input functions 20 years ago