Commit Graph

23294 Commits (ba920e1c9182eac55d5f1327ab0d29b721154277)
 

Author SHA1 Message Date
Tom Lane ba920e1c91 Rename contains/contained-by operators to @> and <@, per discussion that 19 years ago
Tom Lane 9cea5a82f8 Remove reference to contrib/mac, which isn't there anymore. 19 years ago
Tom Lane dff84dc762 Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and 19 years ago
Tom Lane 42c17a6bb0 Revise OpenLDAP configuration and linking to work on more platforms 19 years ago
Tom Lane bf6b92d6e0 Fix pg_dump for recent change removing separate RULE privilege. 19 years ago
Tom Lane d09e79deb9 Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE 19 years ago
Tom Lane b59d31c215 Tweak the behavior of log_duration as proposed by Guillaume Smet: rather 19 years ago
Michael Meskes 0b33c56297 Not all C compilers understand the "//" comment in this test case, so I removed it. 19 years ago
Michael Meskes 460f46816a Replaced complex tests with small ones. 19 years ago
Michael Meskes 52a013bea8 More logic from complex/test* moved to their own testcases. 19 years ago
Tom Lane 893632be4e Clean up logging for extended-query-protocol operations, as per my recent 19 years ago
Bruce Momjian b6eab50ce4 Update pgcvslog comments. 19 years ago
Bruce Momjian a0e87ad7a5 Specify lo_write() to take a _const_ buffer, to match documentation. 19 years ago
Michael Meskes 803d9c39dd Changing a test case also changes the output that is expected. 19 years ago
Michael Meskes 1d1868d97e Removed one output because integer/double usage differ 19 years ago
Bruce Momjian ca6a4ff82b HTLM cleanup. 19 years ago
Bruce Momjian 8dc8f44f58 Update Emacs/vim editor info. 19 years ago
Bruce Momjian c84db61c08 Update emacs info for FAQ_DEV. 19 years ago
Bruce Momjian a8db61f8ef Add XML documentation. 19 years ago
Bruce Momjian d511134776 Update tools directory name. 19 years ago
Tom Lane 5983a1aaa9 Change processing of extended-Query mode so that an unnamed statement 19 years ago
Tom Lane 389870b256 Be more wary about which LIBS elements to pull into sslinfo link. 19 years ago
Teodor Sigaev 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between 19 years ago
Bruce Momjian 6ca4ea8a80 Add interval division/multiplication regression tests. 19 years ago
Tom Lane 433caead84 Fix sslinfo so it builds on Darwin. 19 years ago
Tom Lane 94ec712cd2 Silence compiler warning about signed vs unsigned chars. 19 years ago
Tom Lane 6b41d642e3 Silence compiler warnings about incompatible function pointer types. 19 years ago
Tom Lane 7d4838dca8 Remove pgcrypto functions that were deprecated and slated for removal. 19 years ago
Tom Lane 7bae5a289c Get rid of the separate RULE privilege for tables: now only a table's owner 19 years ago
Tom Lane d5eb52a511 Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and 19 years ago
Teodor Sigaev febc10de2d Fix markup and license. 19 years ago
Teodor Sigaev 889ec4b998 Fix Intel compiler bug. Per discussion 19 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 19 years ago
Tom Lane af7d257e21 Remove contrib modules that have been migrated to pgfoundry: adddepend, 19 years ago
Michael Meskes a3242fb42c Lost some changes yet again 19 years ago
Michael Meskes c9970d5948 Started to cleanup complex tests. 19 years ago
Michael Meskes 276b3bb3e3 Synced parser. 19 years ago
Bruce Momjian 10964008c9 Remove GIN documentation 19 years ago
Bruce Momjian 786c3c0355 Fix imprecision from interval rounding of multiplication/division. 19 years ago
Bruce Momjian 548e2c0a01 Update Japanese FAQ. 19 years ago
Tom Lane 44839ac03e Fix information_schema.key_column_usage to show correct value of 19 years ago
Tom Lane 5a248cd2e4 Bring sslinfo Makefile up to speed for VPATH and pgxs builds. 19 years ago
Bruce Momjian 7d03215f31 Update setseed() documentation. 19 years ago
Bruce Momjian 3bc7ededac Update LDAP installation wording. 19 years ago
Bruce Momjian ed8969b187 Trivial patch to double vacuum speed on tables with no indexes (prevent 19 years ago
Bruce Momjian c66939c4aa Add MSVC build tools. 19 years ago
Tom Lane f8bbfad075 Disallow TRUNCATE when there are any pending after-trigger events for 19 years ago
Bruce Momjian 395c8166aa Sequences were not being shown due to the use of lowercase 's' instead 19 years ago
Bruce Momjian 19dd2fbf7e Add GIN documentation. 19 years ago
Bruce Momjian a65f7db3b5 Mention paremeterized queries do not work with partial indexes. 19 years ago