Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Tom Lane dff84dc762 Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and 20 years ago
Tom Lane 389870b256 Be more wary about which LIBS elements to pull into sslinfo link. 20 years ago
Teodor Sigaev 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between 20 years ago
Tom Lane 433caead84 Fix sslinfo so it builds on Darwin. 20 years ago
Tom Lane 94ec712cd2 Silence compiler warning about signed vs unsigned chars. 20 years ago
Tom Lane 6b41d642e3 Silence compiler warnings about incompatible function pointer types. 20 years ago
Tom Lane 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. 20 years ago
Teodor Sigaev febc10de2d Fix markup and license. 20 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 20 years ago
Tom Lane af7d257e21 Remove contrib modules that have been migrated to pgfoundry: adddepend, 20 years ago
Tom Lane 5a248cd2e4 Bring sslinfo Makefile up to speed for VPATH and pgxs builds. 20 years ago
Peter Eisentraut 6dc920de59 sslinfo contrib module - information about current SSL certificate 20 years ago
Bruce Momjian 70bc947dc9 Update Japanese readme for pgstattuple. 20 years ago
Tom Lane c9a6490991 Clean up some leftover problems in pgstattuple: remove unwanted and 20 years ago
Bruce Momjian 0c4f2894f9 Use '' rather than \' for literal single quotes in strings in 20 years ago
Joe Conway 52a3ed9fac Added async query capability. Original patch by 20 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 20 years ago
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