Commit Graph

32742 Commits (f73a16340c3eba317ab433466b9ad9eb2f962020)
 

Author SHA1 Message Date
Tom Lane f73a16340c Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Tom Lane 52c889ea4f Fix bogus when-to-deregister-from-listener-array logic. 13 years ago
Tom Lane bffee6c52c Further cleanup of gistsplit.c. 13 years ago
Tom Lane 0ddfa3b64a Remove useless picksplit-doesn't-support-secondary-split log spam. 13 years ago
Tom Lane a0698406f4 Document and clean up gistsplit.c. 13 years ago
Tom Lane 4d4c00850d Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 13 years ago
Tom Lane cd3dfb02d8 Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane 500889a9d2 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Tom Lane bb5e312bdc Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Tom Lane d6f9b2cac3 Fix possible failure to send final transaction counts to stats collector. 13 years ago
Tom Lane 69c026512f Stamp 9.1.8. 13 years ago
Tom Lane 1881634820 Prevent execution of enum_recv() from SQL. 13 years ago
Tom Lane 51d0efe8a2 Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. 13 years ago
Simon Riggs 2113574be8 Reset vacuum_defer_cleanup_age to PGC_SIGHUP. 13 years ago
Peter Eisentraut 390523596d Translation updates 13 years ago
Simon Riggs ac148a2e93 Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. 13 years ago
Alvaro Herrera 3c6e719eac Fix typo in freeze_table_age implementation 13 years ago
Magnus Hagander 1d857a6036 Properly zero-pad the day-of-year part of the win32 build number 13 years ago
Tom Lane ec26900f9d Fix grammar for subscripting or field selection from a sub-SELECT result. 13 years ago
Alvaro Herrera 3eae7940ae DROP OWNED: don't try to drop tablespaces/databases 13 years ago
Michael Meskes f1a4b15871 Made ecpglib use translated messages. 13 years ago
Tom Lane 17dee323e7 Fix plpython's handling of functions used as triggers on multiple tables. 13 years ago
Andrew Dunstan 812451d1c7 Unbreak 9.0 and 9.1 pg_upgrade. 13 years ago
Bruce Momjian a2d44f526e doc: backpatch MVCC wording improvements to 9.1 13 years ago
Robert Haas 881104a698 Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1. 13 years ago
Magnus Hagander 1cc43979cf Make pg_dump exclude unlogged table data on hot standby slaves 13 years ago
Tom Lane 49e0ea5991 Fix SPI documentation for new handling of ExecutorRun's count parameter. 13 years ago
Andrew Dunstan 57d294a188 Use correct output device for Windows prompts. 13 years ago
Simon Riggs 62b9e3a0ff Fix rare missing cancellations in Hot Standby. 13 years ago
Kevin Grittner 5454344b96 Fix performance problems with autovacuum truncation in busy workloads. 13 years ago
Tom Lane 2e892a15b9 Fix one-byte buffer overrun in PQprintTuples(). 13 years ago
Tom Lane 4a6232cce3 Fix error-checking typo in check_TSCurrentConfig(). 13 years ago
Peter Eisentraut ebab595579 doc: Fix syntax of a URL 13 years ago
Magnus Hagander 04edfb10a6 Clarify that streaming replication can be both async and sync 13 years ago
Tom Lane 8c0b2afa38 Modernize string literal syntax in tutorial example. 13 years ago
Andrew Dunstan aaf5f5942a Make pgxs build executables with the right suffix. 13 years ago
Tom Lane c54ebcba5c Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Heikki Linnakangas 66debecd0c On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 14fa980560 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Tom Lane d4c78c1811 Reject out-of-range dates in to_date(). 13 years ago
Tom Lane dc0c987574 Add new timezone abbrevation "FET". 13 years ago
Magnus Hagander 2d9a455dba Properly install ecpg_compat and pgtypes libraries on msvc 13 years ago
Bruce Momjian 93d83938fd Update copyrights for 2013 13 years ago
Peter Eisentraut 7b15bea03d doc: Correct description of LDAP authentication 13 years ago
Tom Lane 628ea7ea51 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Heikki Linnakangas 14aa55df29 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Tom Lane 17a71067d0 Fix pg_extension_config_dump() to handle update cases more sanely. 13 years ago
Heikki Linnakangas 0d0501e80f Fix recycling of WAL segments after changing recovery target timeline. 13 years ago
Tom Lane b487c39dfc Ignore libedit/libreadline while probing for standard functions. 13 years ago
Peter Eisentraut bd2acc2dc8 Fix typo 13 years ago