Commit Graph

22481 Commits (ddf177228fb303e2fd855b399ab8098daa2d3376)

Author SHA1 Message Date
Tom Lane ddf177228f Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane b403f4107b Make REPLICATION privilege checks test current user not authenticated user. 13 years ago
Peter Eisentraut 54d4a8f023 Translation updates 13 years ago
Tom Lane ad480bd253 Ignore extra subquery outputs in set_subquery_size_estimates(). 13 years ago
Alvaro Herrera 861aac5870 Translation updates 13 years ago
Tom Lane 721478d868 Update time zone data files to tzdata release 2013b. 13 years ago
Tom Lane 915d8230cb Reset OpenSSL randomness state in each postmaster child process. 13 years ago
Heikki Linnakangas f4ecfbcaf0 Fix buffer pin leak in heap update redo routine. 13 years ago
Tom Lane 30de42d254 Ignore invalid indexes in pg_dump. 13 years ago
Heikki Linnakangas 2e4acef357 In base backup, only include our own tablespace version directory. 13 years ago
Heikki Linnakangas aa5d7d58ba Add a server version check to pg_basebackup and pg_receivexlog. 13 years ago
Tom Lane f1bd8a82d7 Update time zone abbreviation lists for changes missed since 2006. 13 years ago
Tom Lane cce7486127 Fix race condition in DELETE RETURNING. 13 years ago
Tom Lane ef2a82bebd Fix infinite-loop risk in fixempties() stage of regex compilation. 13 years ago
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
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 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 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 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
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
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
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