Commit Graph

22661 Commits (093d3da1dc3cfcf3209fa44d3fdacf7fcd349e93)

Author SHA1 Message Date
Tom Lane 093d3da1dc Block signals earlier during postmaster startup. 12 years ago
Tom Lane cb11f4d8d5 Fix processing of PGC_BACKEND GUC parameters on Windows. 12 years ago
Tom Lane af7738fe6a Fix tablespace creation WAL replay to work on Windows. 12 years ago
Heikki Linnakangas 895243d69b Avoid allocations in critical sections. 12 years ago
Heikki Linnakangas 05a5623766 Avoid palloc in critical section in GiST WAL-logging. 12 years ago
Tom Lane b7a4243714 Fix assorted issues in client host name lookup. 12 years ago
Tom Lane 2b52069011 Fix bugs in manipulation of PgBackendStatus.st_clienthostname. 12 years ago
Noah Misch 3e7dfbd4fe Revert "Secure Unix-domain sockets of "make check" temporary clusters." 12 years ago
Noah Misch 61017ea214 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Tom Lane a0a9928471 Fix refcounting bug in PLy_modify_tuple(). 12 years ago
Fujii Masao a8603f0da8 Don't forget to flush XLOG_PARAMETER_CHANGE record. 12 years ago
Bruce Momjian d73cc5857f Properly check for readdir/closedir() failures 12 years ago
Tom Lane 697becf743 Stamp 9.1.13. 12 years ago
Fujii Masao 65e8dbb186 Fix bug in clean shutdown of walsender that pg_receiving is connecting to. 12 years ago
Alvaro Herrera f84997c7e6 plperl: Fix memory leak in hek2cstr 12 years ago
Peter Eisentraut 8976360ea6 Translation updates 12 years ago
Tom Lane 6b736102e4 Fix advertised dispsize for libpq's sslmode connection parameter. 12 years ago
Magnus Hagander fae12f3310 Disable RandomizeBaseAddress on MSVC builds 12 years ago
Tom Lane 2df1bf21c7 Update time zone data files to tzdata release 2014a. 12 years ago
Tom Lane f16ca97550 Prevent interrupts while reporting non-ERROR elog messages. 12 years ago
Tom Lane 7bfdf10f5a Avoid transaction-commit race condition while receiving a NOTIFY message. 12 years ago
Heikki Linnakangas 63e59c2596 In WAL replay, restore GIN metapage unconditionally to avoid torn page. 12 years ago
Heikki Linnakangas 080ad9120d Fix dangling smgr_owner pointer when a fake relcache entry is freed. 12 years ago
Heikki Linnakangas c7a186e392 Avoid memcpy() with same source and destination address. 12 years ago
Tom Lane f3e3f6c5ba Avoid getting more than AccessShareLock when deparsing a query. 12 years ago
Heikki Linnakangas 7552d3d1ab Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint. 12 years ago
Tom Lane a9eb4924a5 Allow regex operations to be terminated early by query cancel requests. 12 years ago
Tom Lane 3e2db4c80b Use SnapshotDirty rather than an active snapshot to probe index endpoints. 12 years ago
Tom Lane e6f7fe983e Remove broken code that tried to handle OVERLAPS with a single argument. 12 years ago
Peter Eisentraut 2eb60c52c1 Translation updates 12 years ago
Tom Lane ae51ce4c47 Stamp 9.1.12. 12 years ago
Tom Lane 4741e31600 Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 0b7026d964 Predict integer overflow to avoid buffer overruns. 12 years ago
Noah Misch 6a10e57b0f Fix handling of wide datetime input/output. 12 years ago
Robert Haas b5c574399e Avoid repeated name lookups during table and index DDL. 12 years ago
Noah Misch 23b5a85e60 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Noah Misch 5d320a16ca Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane 1594f52a8a Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. 12 years ago
Tom Lane 3212ba534d Update time zone data files to tzdata release 2013i. 12 years ago
Tom Lane 7182bd2394 Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Tom Lane 170590261c Fix length checking for Unicode identifiers containing escapes (U&"..."). 12 years ago
Tom Lane eb15f53c45 Improve libpq's error recovery for connection loss during COPY. 12 years ago
Tom Lane a69cc9b2c1 In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Tom Lane 3bf5c16f15 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Heikki Linnakangas 5f778e6444 Use memmove() instead of memcpy() for copying overlapping regions. 12 years ago
Magnus Hagander c6e5c4dd1d Avoid printing uninitialized filename variable in verbose mode 12 years ago
Andrew Dunstan 308dd5b0dc Fix makefile syntax. 12 years ago
Tom Lane 399d23e19c Fix some wide-character bugs in the text-search parser. 12 years ago
Andrew Dunstan 141119c2a7 fix whitespace 12 years ago
Tom Lane 03f06ff383 Fix some more bugs in signal handlers and process shutdown logic. 12 years ago