Commit Graph

33130 Commits (94de3a679bf0afe9bb15ffb7af066b7df58859af)
 

Author SHA1 Message Date
Tom Lane 32ad1d696a Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands. 13 years ago
Heikki Linnakangas ae76795214 Fix typo in comment. 13 years ago
Tom Lane c13ed70a4f Fix longstanding race condition in plancache.c. 13 years ago
Tom Lane d189deebd3 Improve documentation about the relationship of extensions and schemas. 13 years ago
Peter Eisentraut 7ef110757e doc: Fix number of columns in table 13 years ago
Heikki Linnakangas 88b000c1b6 Fix crash on compiling a regular expression with more than 32k colors. 13 years ago
Heikki Linnakangas 6ce083f08a Calculate # of semaphores correctly with --disable-spinlocks. 13 years ago
Tom Lane 677fde06af Minor robustness improvements for isolationtester. 13 years ago
Tom Lane 114fca526e Stamp 9.1.9. 13 years ago
Tom Lane 5e3d2123a0 Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 13 years ago
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
Bruce Momjian ce4f365188 pg_upgrade: don't copy/link files for invalid indexes 13 years ago
Tom Lane 7bc2e68c60 Document encode(bytea, 'escape')'s behavior correctly. 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 7a9670b044 Don't put <indexterm> before <term> in <varlistentry> items. 13 years ago
Tom Lane 4400976281 Improve documentation of EXTRACT(WEEK). 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
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. 14 years ago
Tom Lane 52c889ea4f Fix bogus when-to-deregister-from-listener-array logic. 14 years ago
Tom Lane bffee6c52c Further cleanup of gistsplit.c. 14 years ago
Tom Lane 0ddfa3b64a Remove useless picksplit-doesn't-support-secondary-split log spam. 14 years ago
Tom Lane a0698406f4 Document and clean up gistsplit.c. 14 years ago
Tom Lane 4d4c00850d Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 14 years ago
Tom Lane cd3dfb02d8 Make contrib/btree_gist's GiST penalty function a bit saner. 14 years ago
Tom Lane 500889a9d2 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 14 years ago
Tom Lane bb5e312bdc Repair bugs in GiST page splitting code for multi-column indexes. 14 years ago
Tom Lane d6f9b2cac3 Fix possible failure to send final transaction counts to stats collector. 14 years ago
Tom Lane 69c026512f Stamp 9.1.8. 14 years ago
Tom Lane 1881634820 Prevent execution of enum_recv() from SQL. 14 years ago