Commit Graph

15183 Commits (2a69a0e14797d3ffccdf7ffc83fe07702209e414)

Author SHA1 Message Date
Alvaro Herrera cec3b0a9e6 Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 20 years ago
Tom Lane b91e6ed93e Clean up after DROP IF EXISTS patch. 20 years ago
Tom Lane dd218ae7b0 Remove the t_datamcxt field of HeapTupleData. This was introduced for 20 years ago
Tom Lane 40314f2dac Modify tuptoaster's API so that it does not try to modify the passed 20 years ago
Tom Lane 33a9af738d Stopgap solution for problem reported by Alexey Beschiokov: after 20 years ago
Tom Lane 659f681638 Change array comparison rules to consider dimensionality information, 20 years ago
Andrew Dunstan daea4d8eae DROP objecttype IF EXISTS for the following objects: 20 years ago
Tom Lane 1e9a1a70ad Change array_push and array_cat so that they retain the lower bound of 20 years ago
Tom Lane 8685c47223 Fix performance issue in exprTypmod(): for a COALESCE expression, it 20 years ago
Andrew Dunstan b410475672 translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. 20 years ago
Alvaro Herrera 33e9f2c3d4 Add tab completion for RESET SESSION AUTHORIZATION. 20 years ago
Neil Conway 7871b7defc Update obsolete comment describing ExecDelete(), per Simon Riggs. 20 years ago
Tom Lane 1d0d8d3c38 Mop-up for nulls-in-arrays patch: fix some places that access array 20 years ago
Andrew Dunstan b7a9e3ceb4 make psql honor explicit database parameter in -l mode, in case "postgres" database is missing - per complaint from Philip Yarra. 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Tom Lane c859308aba DropRelFileNodeBuffers failed to fix the state of the lookup hash table 20 years ago
Tom Lane ccdcd19672 make_restrictinfo() failed to attach the specified required_relids to 20 years ago
Bruce Momjian 558c4367e7 Update error message and documentation for fsync test. 20 years ago
Bruce Momjian 46117e4f2a Have test_fsync honor -f filename argument. 20 years ago
Bruce Momjian 62fb1d6028 Prevent certain symbols that are used for both typedefs and variable 20 years ago
Bruce Momjian 02c43ffbec Fix recent problems with BSD indent, including indenting past 80 20 years ago
Tom Lane 1bdf124b94 Restore the former RestrictInfo field valid_everywhere (but invert the flag 20 years ago
Alvaro Herrera e93fb885eb Translation typo fix 20 years ago
Bruce Momjian c5686b2904 Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. 20 years ago
Tom Lane 76ce39e386 Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple 20 years ago
Tom Lane b31eeadcab Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid 20 years ago
Bruce Momjian 19cb457146 Revert pgindent length back to 79 because we are going to fix the BSD 20 years ago
Andrew Dunstan f9db22e88e add missing quote mark to ident_file sample line - per Hiroshi Saito 20 years ago
Tom Lane da4e00bf37 When in transaction-aborted state, reject Bind message for portals containing 20 years ago
Tom Lane 0dd92d56b5 Fix misspelling of 'listen_addresses', per Devrim. 20 years ago
Bruce Momjian 6521ea008e Lower pgident length to 77, document BSD indent bug. 20 years ago
Bruce Momjian aaf8cb0c72 Change maximum pgindent length from 79 to 78, per Tom. 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Alvaro Herrera 645adf5de8 Translation updates forward-port to HEAD. 20 years ago
Tom Lane 6236991143 Add simple sanity checks on newly-read pages to GiST, too. 20 years ago
Tom Lane 766dc45d9f Add defenses to btree and hash index AMs to do simple sanity checks 20 years ago
Tom Lane 18691d8ee3 Clean up representation of SLRU page state. This is the cleaner fix 20 years ago
Tom Lane 667ba8ccb1 Brand HEAD branch as 8.2devel. 20 years ago
Tom Lane 48052de722 Repair an error introduced by log_line_prefix patch: it is not acceptable 20 years ago
Bruce Momjian 95af2633c3 Add mention to update FAQ item on most recent release to RELEASE_CHANGES. 20 years ago
Tom Lane 58d6316d50 Improve description of constraint_exclusion variable. 20 years ago
Peter Eisentraut 8959e9b9d3 Translation updates 20 years ago
Peter Eisentraut 6ec1ec6684 Remove a gratuitous string difference (does not affect translations). 20 years ago
Peter Eisentraut 9e1843c7ee Fix logical error in option description. 20 years ago
Tom Lane af331e2526 Ensure that we only create one ConsoleCtrlHandler per psql process, 20 years ago
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would 20 years ago
Tom Lane 60945aaf41 Fix a couple of missed None -> DestNone in comments. 20 years ago
Alvaro Herrera 66294e13fb Fix one overlooked ocurrence of "None" in EXEC_BACKEND block. 20 years ago
Tom Lane fb30ac54e6 Thinking further, it seems we had better also copy down resorigtbl/resorigcol 20 years ago
Tom Lane abf293e155 Fix the recently-added code that eliminates unnecessary SubqueryScan nodes 20 years ago