Commit Graph

21507 Commits (c52795d18a698d25b9cd7cd1ca9318a42b08fdb9)
 

Author SHA1 Message Date
Teodor Sigaev c52795d18a Text parser rewritten: 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 8ef289dba1 Defend against nulls-in-arrays in contrib/intarray. I may have put in 20 years ago
Tom Lane 25c00833cb Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd 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
Bruce Momjian 3201b7f3d0 Update Japanese FAQ. 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
Bruce Momjian 84bb3876bc Update, add mention of user locking table before MERGE: 20 years ago
Tom Lane ccdcd19672 make_restrictinfo() failed to attach the specified required_relids to 20 years ago
Bruce Momjian 01798a06b9 Add batch mode, make new libpq section: 20 years ago
Tatsuo Ishii 2feb930af6 Fix comment on -v option 20 years ago
Bruce Momjian 04ce3cb02d Properly document return value of strpos(). 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 698ee9c3e7 Update MERGE: 20 years ago
Bruce Momjian 788f7c63a1 Add reminder that we should link to the documentation section for new 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
Teodor Sigaev 08ee64ebf5 Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead 20 years ago
Teodor Sigaev bad1a5c217 Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also use it for calculating bit length of TPQTGist 20 years ago
Teodor Sigaev 34b934f658 fix returning value 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
Teodor Sigaev 134bed8089 Fix rwrite(ARRAY) on 64-bit boxes: 20 years ago
Teodor Sigaev 0645663e6c New features for tsearch2: 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