Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
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
Alvaro Herrera 902377c465 Rename the members of CommandDest enum so they don't collide with other uses of 20 years ago
Alvaro Herrera 76c9ac8ebb Translation updates. 20 years ago
Tom Lane 99d48695d4 Fix longstanding race condition in transaction log management: there was a 20 years ago
Andrew Dunstan cad0e824a0 Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1 20 years ago
Tom Lane 4a57a4575a Update a couple of obsolete comments. 20 years ago
Peter Eisentraut 9b0a164833 Translation updates 20 years ago
Peter Eisentraut 07bb9f086b Message corrections 20 years ago
Tom Lane a037926295 Reorder code so that we don't have to hold a critical section while 20 years ago
Tom Lane a7de22d8d5 Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 20 years ago