Commit Graph

21522 Commits (e196eedd8a95380fb392c00b9e7ea88a0e46053e)
 

Author SHA1 Message Date
Bruce Momjian e196eedd8a Update most recent version number. 20 years ago
Bruce Momjian b621efbbb8 Update wording and cleanup for new items. 20 years ago
Andrew Dunstan 5b352d8e12 DROP DATABASE IF EXISTS variant 20 years ago
Bruce Momjian 179211a683 Markup TODO as a URL. 20 years ago
Bruce Momjian d2f568dc6c Fix markup italics problem. 20 years ago
Bruce Momjian 2a69a0e147 Update item tags. 20 years ago
Bruce Momjian 508f96f529 Change to using "id=" HTML tags instead of "name=" tags. 20 years ago
Bruce Momjian 1ab96739be Update FAQ to explain process of submitting bug and feature requests. 20 years ago
Teodor Sigaev 3c6cd8a113 Fixes motivated by snake and spoonbill pgbuildfarm members 20 years ago
Bruce Momjian 725ace44f9 Reorder "who controls PostgreSQL" to near the top. 20 years ago
Bruce Momjian afae55720c Reorder version FAQ item to be right after "how do I get the software". 20 years ago
Bruce Momjian ba14edbd5c Clarify copyright wording. 20 years ago
Bruce Momjian d253c79a52 Reorder bug items. 20 years ago
Teodor Sigaev 62699337bc remove forgotten // comments 20 years ago
Alvaro Herrera cec3b0a9e6 Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 20 years ago
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