Commit Graph

33620 Commits (08fdfe7a8a2f7516172a0d89b678a1b6c21c5afb)
 

Author SHA1 Message Date
Andres Freund 08fdfe7a8a Fix mdtruncate() to close fd.c handle of deleted segments. 9 years ago
Tom Lane 0499bd2691 Add regression test coverage for non-default timezone abbreviation sets. 9 years ago
Tom Lane 27d3e766cf Remove vestigial references to "zic" in favor of "IANA database". 9 years ago
Tom Lane 380dad29dc Don't require dynamic timezone abbreviations to match underlying time zone. 9 years ago
Tom Lane e3439a4554 Prevent starting a standalone backend with standby_mode on. 9 years ago
Tom Lane 934630cd8e Fix instability in parallel regression tests. 10 years ago
Tom Lane 3570ea4248 Fix improper repetition of previous results from a hashed aggregate. 10 years ago
Tom Lane 9942376a5b Fix -e option in contrib/intarray/bench/bench.pl. 10 years ago
Tom Lane 7e01c8ef3a Remove bogus dependencies on NUMERIC_MAX_PRECISION. 10 years ago
Tom Lane 99396e63f2 Fix regression test parallel-make hazard. 10 years ago
Tom Lane 74ffae9534 Doc: fix bad link in 9.1 branch only. 10 years ago
Tom Lane c90f4e5ccc Doc: write some for adminpack. 10 years ago
Peter Eisentraut aa8c64ab85 Fix typo 10 years ago
Tom Lane 99453178a5 Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. 10 years ago
Tom Lane cb5b88af7d Stamp 9.1.23. 10 years ago
Tom Lane 6bb96c0a06 Last-minute updates for release notes. 10 years ago
Peter Eisentraut d555d26429 Fix several one-byte buffer over-reads in to_number 10 years ago
Peter Eisentraut 5b1da944c3 Translation updates 10 years ago
Tom Lane 5327b764a5 Fix two errors with nested CASE/WHEN constructs. 10 years ago
Noah Misch a2385cac13 Obstruct shell, SQL, and conninfo injection via database and role names. 10 years ago
Noah Misch d2dd5df514 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 10 years ago
Noah Misch c761c9fee0 Back-patch "Only quote libpq connection string values that need quoting." 10 years ago
Noah Misch 2d69f5b12e Fix Windows shell argument quoting. 10 years ago
Noah Misch 61c2cd88de Reject, in pg_dumpall, names containing CR or LF. 10 years ago
Noah Misch ba8c4089d6 Field conninfo strings throughout src/bin/scripts. 10 years ago
Noah Misch cf7e5f55bf Introduce a psql "\connect -reuse-previous=on|off" option. 10 years ago
Noah Misch aed766ab55 Sort out paired double quotes in \connect, \password and \crosstabview. 10 years ago
Tom Lane e8ccfaf86f Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. 10 years ago
Tom Lane a449ad095d Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
Tom Lane 1f63b0e092 Teach libpq to decode server version correctly from future servers. 10 years ago
Tom Lane a44388ffe2 Update time zone data files to tzdata release 2016f. 10 years ago
Peter Eisentraut 04e7940e7c doc: Remove documentation of nonexistent information schema columns 10 years ago
Bruce Momjian 8b2f60b6ee doc: OS collation changes can break indexes 10 years ago
Michael Meskes c15f502b64 Fixed array checking code for "unsigned long long" datatypes in libecpg. 10 years ago
Fujii Masao 366f4a9624 Fix pg_basebackup so that it accepts 0 as a valid compression level. 10 years ago
Tom Lane 7004e1ccd4 Doc: remove claim that hash index creation depends on effective_cache_size. 10 years ago
Bruce Momjian 0e8436914b doc: apply hypen fix that was not backpatched 10 years ago
Tom Lane 3a6b566434 Guard against empty buffer in gets_fromFile()'s check for a newline. 10 years ago
Tom Lane c0e5096fc8 Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
Tom Lane f0795b3949 Improve documentation about CREATE TABLE ... LIKE. 10 years ago
Tom Lane ce10086168 Register atexit hook only once in pg_upgrade. 10 years ago
Tom Lane d243bf77c2 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 10 years ago
Noah Misch b1fa6c0eb9 Make the AIX case of Makefile.shlib safe for parallel make. 10 years ago
Tom Lane ba64aed700 Make contrib regression tests safe for Danish locale. 10 years ago
Tom Lane f61ecd01e3 Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane d70df7867f Fix MSVC build for changes in zic. 10 years ago
Tom Lane 5db14fad05 Sync back-branch copies of the timezone code with IANA release tzcode2016c. 10 years ago
Peter Eisentraut 84d6792045 Use correct symbol for minimum int64 value 10 years ago
Tom Lane 608cc0c413 Fix crash in close_ps() for NaN input coordinates. 10 years ago
Andres Freund 37276017fb Fix torn-page, unlogged xid and further risks from heap_update(). 10 years ago