Commit Graph

33608 Commits (aa8c64ab854fdfddfb4010b19cf1a437eb500710)
 

Author SHA1 Message Date
Peter Eisentraut aa8c64ab85 Fix typo 9 years ago
Tom Lane 99453178a5 Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. 9 years ago
Tom Lane cb5b88af7d Stamp 9.1.23. 9 years ago
Tom Lane 6bb96c0a06 Last-minute updates for release notes. 9 years ago
Peter Eisentraut d555d26429 Fix several one-byte buffer over-reads in to_number 9 years ago
Peter Eisentraut 5b1da944c3 Translation updates 9 years ago
Tom Lane 5327b764a5 Fix two errors with nested CASE/WHEN constructs. 9 years ago
Noah Misch a2385cac13 Obstruct shell, SQL, and conninfo injection via database and role names. 9 years ago
Noah Misch d2dd5df514 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 9 years ago
Noah Misch c761c9fee0 Back-patch "Only quote libpq connection string values that need quoting." 9 years ago
Noah Misch 2d69f5b12e Fix Windows shell argument quoting. 9 years ago
Noah Misch 61c2cd88de Reject, in pg_dumpall, names containing CR or LF. 9 years ago
Noah Misch ba8c4089d6 Field conninfo strings throughout src/bin/scripts. 9 years ago
Noah Misch cf7e5f55bf Introduce a psql "\connect -reuse-previous=on|off" option. 9 years ago
Noah Misch aed766ab55 Sort out paired double quotes in \connect, \password and \crosstabview. 9 years ago
Tom Lane e8ccfaf86f Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. 9 years ago
Tom Lane a449ad095d Fix misestimation of n_distinct for a nearly-unique column with many nulls. 9 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
Peter Eisentraut 7d54d521a4 doc: Fix typos 10 years ago
Peter Eisentraut c816cc9ea3 doc: Update URL for PL/PHP 10 years ago
Tom Lane 71af6c006e Fix TAP tests and MSVC scripts for pathnames with spaces. 10 years ago
Bruce Momjian 76ecc20d3c doc: mention dependency on collation libraries 10 years ago
Tom Lane 3f290d6270 Document that dependency tracking doesn't consider function bodies. 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 b9b925f83f Docs: improve description of psql's %R prompt escape sequence. 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