Commit Graph

23113 Commits (7e01c8ef3a298620e7239ea54799675d7ad6f4e1)

Author SHA1 Message Date
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 cb5b88af7d Stamp 9.1.23. 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 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
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 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 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 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
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
Tom Lane 71af6c006e Fix TAP tests and MSVC scripts for pathnames with spaces. 10 years ago
Tom Lane 354b3a3ac8 Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10. 10 years ago
Tom Lane d56c02f1ac Revert "Fix "pg_ctl start -w" to test child process status directly." 10 years ago
Tom Lane 7b97dafa2a Fix validation of overly-long IPv6 addresses. 10 years ago
Tom Lane bdf39b2c57 Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
Tom Lane cbd72c72b0 Clarify documentation of ceil/ceiling/floor functions. 10 years ago
Alvaro Herrera f4cb9ef57d nls-global.mk: search build dir for source files, too 10 years ago
Tom Lane 32ceb8dfbf Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Alvaro Herrera de887cc8af Avoid hot standby cancels from VAC FREEZE 10 years ago
Tom Lane 5551dac59c Fetch XIDs atomically during vac_truncate_clog(). 10 years ago
Tom Lane fe1731fca2 Avoid consuming an XID during vac_truncate_clog(). 10 years ago
Tom Lane 7b40b2d90f Fix latent crash in do_text_output_multiline(). 10 years ago
Alvaro Herrera 2152762c53 Fix autovacuum for shared relations 10 years ago
Tom Lane ddb0843d44 Stamp 9.1.22. 10 years ago
Peter Eisentraut e712933c80 Translation updates 10 years ago
Peter Eisentraut 9b676fd49a Distrust external OpenSSL clients; clear err queue 10 years ago
Tom Lane 7bad282c34 Fix possible read past end of string in to_timestamp(). 10 years ago
Tom Lane bfc39da640 Update time zone data files to tzdata release 2016d. 10 years ago
Tom Lane a6c6789c46 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane cbff4b7085 Rename strtoi() to strtoint(). 10 years ago
Tom Lane 6882dbd342 Fix planner failure with full join in RHS of left join. 10 years ago