Commit Graph

32952 Commits (eb15f53c453ff1cbe8df1b1e324d0e57c329d31c)
 

Author SHA1 Message Date
Tom Lane 81e2255fc7 Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Tom Lane 3a77936602 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Peter Eisentraut c0d35067a5 doc: Awkward phrasing fix 13 years ago
Tom Lane b2da7c805c Eliminate memory leaks in plperl's spi_prepare() function. 13 years ago
Tom Lane f5185db27f Add missing error check in regexp parser. 13 years ago
Peter Eisentraut bd0bfe1f80 doc: Fix markup typo 13 years ago
Peter Eisentraut e4e35491fc doc: Remove PostgreSQL version number from xml2 deprecation notice 13 years ago
Peter Eisentraut e779194708 Correct tense in log message 13 years ago
Heikki Linnakangas 957bafb209 Fix pg_dumpall with database names containing = 13 years ago
Heikki Linnakangas 23ef96327f Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. 13 years ago
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