Commit Graph

39599 Commits (caad70c76085664c70c6e9fe3565b6cd172e403d)
 

Author SHA1 Message Date
Tom Lane caad70c760 Docs: assorted minor cleanups. 9 years ago
Simon Riggs 75684fc1f5 Fix copy/pasto in file identification 9 years ago
Tom Lane 43ef6abcbb Improve unreachability recognition in elog() macro. 9 years ago
Tom Lane bca6eeb82e Fix miserable coding in pg_stat_get_activity(). 9 years ago
Alvaro Herrera f337658850 Fix locking a tuple updated by an aborted (sub)transaction 9 years ago
Simon Riggs f3b3e871ee Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 9 years ago
Andres Freund 26ce63ce76 Fix mdtruncate() to close fd.c handle of deleted segments. 9 years ago
Tom Lane 142a110b31 Don't print database's tablespace in pg_dump -C --no-tablespaces output. 9 years ago
Tom Lane 6cdc26e482 Doc: small improvements for documentation about VACUUM freezing. 9 years ago
Tom Lane 0ce080147a Add regression test coverage for non-default timezone abbreviation sets. 9 years ago
Tom Lane c26a3aba7d Remove vestigial references to "zic" in favor of "IANA database". 9 years ago
Tom Lane 08a72872f5 Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware. 9 years ago
Tom Lane 73a802a411 Don't require dynamic timezone abbreviations to match underlying time zone. 9 years ago
Tom Lane 86ddc12a8d Suppress GCC 6 warning about self-comparison 9 years ago
Tom Lane c40bb11559 Prevent starting a standalone backend with standby_mode on. 9 years ago
Alvaro Herrera 3aa233f82f Fix pg_receivexlog compile 9 years ago
Simon Riggs 9050e5c89d Fix pg_receivexlog --synchronous 9 years ago
Fujii Masao 7dfb9b4796 Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record. 9 years ago
Tom Lane b09caece0d Fix potential memory leakage from HandleParallelMessages(). 9 years ago
Tom Lane 51b5008c7f Fix assorted small bugs in ThrowErrorData(). 9 years ago
Tom Lane 8c907045f6 Fix instability in parallel regression tests. 9 years ago
Tom Lane 46bd14a108 Fix small query-lifespan memory leak in bulk updates. 9 years ago
Tom Lane 25fe5f758c Fix improper repetition of previous results from a hashed aggregate. 9 years ago
Robert Haas da9659f87c Fix possible sorting error when aborting use of abbreviated keys. 9 years ago
Alvaro Herrera ac3aac3292 reorderbuffer: preserve errno while reporting error 9 years ago
Tom Lane c4f1540d3a Update line count totals for psql help displays. 9 years ago
Tom Lane a8fc195052 In plpgsql, don't try to convert int2vector or oidvector to expanded array. 9 years ago
Magnus Hagander a0833b972b Update Windows timezone mapping from Windows 7 and 10 9 years ago
Andres Freund 94bc30725a Fix deletion of speculatively inserted TOAST on conflict 9 years ago
Andres Freund de396a1cb3 Properly re-initialize replication slot shared memory upon creation. 9 years ago
Tom Lane 509815ed78 Fix -e option in contrib/intarray/bench/bench.pl. 9 years ago
Tom Lane 7f35949aaf Fix assorted places in psql to print version numbers >= 10 in new style. 9 years ago
Tom Lane 6356512140 Remove bogus dependencies on NUMERIC_MAX_PRECISION. 9 years ago
Tom Lane ed2d7b8c8c Fix inappropriate printing of never-measured times in EXPLAIN. 9 years ago
Simon Riggs 4fc8e2315d Code cleanup in SyncRepWaitForLSN() 9 years ago
Simon Riggs 270c29f125 Correct TABLESAMPLE docs 9 years ago
Alvaro Herrera c4bf83017f Add ID property to replication slots' sect2 9 years ago
Tom Lane 894993ffee Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. 9 years ago
Tom Lane a470858078 Doc: write some for adminpack. 9 years ago
Peter Eisentraut 57f2abd176 Fix typo 9 years ago
Tom Lane 930675867b Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. 9 years ago
Tom Lane eb4dfa239e Stamp 9.5.4. 9 years ago
Tom Lane 2183966c6d Last-minute updates for release notes. 9 years ago
Peter Eisentraut 04cee8f835 Fix several one-byte buffer over-reads in to_number 9 years ago
Peter Eisentraut 4da812fa8a Translation updates 9 years ago
Tom Lane 98b0c62806 Fix two errors with nested CASE/WHEN constructs. 9 years ago
Noah Misch 286c8bc646 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Noah Misch 8adff37830 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 9 years ago
Noah Misch 2e5e90d8d1 Fix Windows shell argument quoting. 9 years ago
Noah Misch ec3aebdbdf Reject, in pg_dumpall, names containing CR or LF. 9 years ago