Commit Graph

1243 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Teodor Sigaev 72a3582522 Add description of tsvector type layout 20 years ago
Teodor Sigaev 3a214ab0f1 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev 9711782628 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Bruce Momjian 32883a5d3c Add blank line. 20 years ago
Bruce Momjian ad9674043a Add 'feedback' section heading to xml2. 20 years ago
Teodor Sigaev 74dbba701f Fix regression tests: after changing comparing function 20 years ago
Teodor Sigaev 8f91e2b607 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Bruce Momjian 6935652c34 Update XML2 documentation for xpath_table(). 20 years ago
Tatsuo Ishii 66541c5aa5 Fix pgbench to handle empty lines in script files as documented. 20 years ago
Teodor Sigaev e7d490f91d Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Teodor Sigaev 6d54320002 fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 63d3f5e593 Fix references to the Options section in the pgcrypto documentation. 20 years ago
Tom Lane 09d3670df3 Change the relation_open protocol so that we obtain lock on a relation 20 years ago
Tatsuo Ishii 68dfef040b Fix memory allocation bug in pgbench. 20 years ago
Tatsuo Ishii 46d9c2ec8f Change the delta val from 0 and 10000 to -5000 and 5000 per recent 20 years ago
Tom Lane 5f0473534f Fix incorrect function return code in cube_cmp and cube_dim; 20 years ago
Andrew Dunstan 9f99edfd7e revert last change - broke non-AIX platforms. 20 years ago
Andrew Dunstan c2d1138351 another try at keeping AIX/ppc happy on cube test. 20 years ago
Andrew Dunstan 596b858fcb fix most regression tests for new cube code. 20 years ago
Tatsuo Ishii 0c57c832b9 New features contributed by Tomoaki Sato. 20 years ago
Bruce Momjian 796de9c1ed /contrib/cube improvements: 20 years ago
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 20 years ago
Neil Conway c28fbd4589 pgcrypto merge cleanup: 20 years ago
Tom Lane a420818d67 Fix a few places where $Id$ and $Header$ CVS tags had crept into the 20 years ago
Tom Lane 89e2a95589 Fix some pgcrypto portability issues, per Marko Kreen. 20 years ago
Tom Lane a7143b3088 Fix some makefiles that fail to yield good results from 'make -qp'. 20 years ago
Tom Lane e2f7eb36d6 In PGP public key tests, encrypt the secret key with AES not CAST5, 20 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 20 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 20 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 20 years ago
Peter Eisentraut 6809c064d7 Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux). 20 years ago
Neil Conway d0b54441db Fix C++-style comment. 20 years ago
Neil Conway 1abf76e82c "Annual" pgcrypto update from Marko Kreen: 20 years ago
Bruce Momjian ac230e7431 Alphabetically order reference to include files, "S"-"Z". 20 years ago
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 20 years ago
Bruce Momjian 3a534ade39 Alphabetically order reference to include files, "G" - "M". 20 years ago
Teodor Sigaev 234163649e GIN improvements 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Teodor Sigaev 4fe8ba63fe Fix bug corrupting query in gist consistent function. 20 years ago
Bruce Momjian c5133e5920 Allow /contrib include files to compile on their own. 20 years ago
Bruce Momjian f0cd764723 Add #include code to prevent multiple inclusion. 20 years ago
Bruce Momjian b538215d5d Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. 20 years ago
Bruce Momjian dab42382f4 Add index information to /contrib/pgstattuple: 20 years ago
Bruce Momjian a7aa0b8189 Backpatch dbmirror fix for escape handling. 20 years ago
Teodor Sigaev 1f7ef548ec Changes 20 years ago
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory 20 years ago
Joe Conway 1d895f426f - During dblink_open, if transaction state was IDLE, force cursor count to 20 years ago
Teodor Sigaev 04e9704b9e Now ispell dictionary can eat dictionaries in MySpell format, 20 years ago
Bruce Momjian 1758b3ec96 /contrib/adminpack: More clearly identify renaming of existing backend 20 years ago
Bruce Momjian 12632d3c31 Add missing 3rd argument to open(). 20 years ago