Commit Graph

39558 Commits (eb4dfa239e6f54fef5c486caf4b58a9805c19572)
 

Author SHA1 Message Date
Tom Lane eb4dfa239e Stamp 9.5.4. 10 years ago
Tom Lane 2183966c6d Last-minute updates for release notes. 10 years ago
Peter Eisentraut 04cee8f835 Fix several one-byte buffer over-reads in to_number 10 years ago
Peter Eisentraut 4da812fa8a Translation updates 10 years ago
Tom Lane 98b0c62806 Fix two errors with nested CASE/WHEN constructs. 10 years ago
Noah Misch 286c8bc646 Obstruct shell, SQL, and conninfo injection via database and role names. 10 years ago
Noah Misch 8adff37830 Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. 10 years ago
Noah Misch 2e5e90d8d1 Fix Windows shell argument quoting. 10 years ago
Noah Misch ec3aebdbdf Reject, in pg_dumpall, names containing CR or LF. 10 years ago
Noah Misch 640768ceb6 Field conninfo strings throughout src/bin/scripts. 10 years ago
Noah Misch 6655c07574 Introduce a psql "\connect -reuse-previous=on|off" option. 10 years ago
Noah Misch db951dd195 Sort out paired double quotes in \connect, \password and \crosstabview. 10 years ago
Tom Lane c9bb00fbd4 Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. 10 years ago
Tom Lane cb5c14984a Fix misestimation of n_distinct for a nearly-unique column with many nulls. 10 years ago
Tom Lane 71dca408c0 Don't propagate a null subtransaction snapshot up to parent transaction. 10 years ago
Tom Lane ee5d1de04f In B-tree page deletion, clean up properly after page deletion failure. 10 years ago
Tom Lane cae0d4f9ba Teach libpq to decode server version correctly from future servers. 10 years ago
Fujii Masao b07058c213 Add note about unused arguments for pg_replication_origin_xact_reset() in docs. 10 years ago
Tom Lane 3fddd64846 Update time zone data files to tzdata release 2016f. 10 years ago
Tom Lane c1d6ee8792 Fix bogus coding in WaitForBackgroundWorkerShutdown(). 10 years ago
Peter Eisentraut 4c275117cc doc: Remove documentation of nonexistent information schema columns 10 years ago
Tom Lane 5816f21d8c Remove duplicate InitPostmasterChild() call while starting a bgworker. 10 years ago
Bruce Momjian d02b38799d doc: OS collation changes can break indexes 10 years ago
Tom Lane 75c452a755 Block interrupts during HandleParallelMessages(). 10 years ago
Tom Lane 93ac14efb4 Sync 9.5 version of access/transam/parallel.c with HEAD. 10 years ago
Tom Lane 89c30d1133 Fix pg_dump's handling of public schema with both -c and -C options. 10 years ago
Peter Eisentraut b2148e176f doc: Whitespace fixes in man pages 10 years ago
Tom Lane 8ef3d9fae4 Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch. 10 years ago
Michael Meskes dc6b20c6be Fixed array checking code for "unsigned long long" datatypes in libecpg. 10 years ago
Fujii Masao 928e92fda3 Fix pg_basebackup so that it accepts 0 as a valid compression level. 10 years ago
Tom Lane c0782a1473 Doc: remove claim that hash index creation depends on effective_cache_size. 10 years ago
Bruce Momjian b57a0a9d72 pgbench docs: fix incorrect "last two" fields text 10 years ago
Bruce Momjian 0343d66334 doc: apply hypen fix that was not backpatched 10 years ago
Tom Lane c8966a925e Fix pq_putmessage_noblock() to not block. 10 years ago
Tom Lane 67fb608fe3 Guard against empty buffer in gets_fromFile()'s check for a newline. 10 years ago
Tom Lane 1e2f96f0a5 Fix assorted fallout from IS [NOT] NULL patch. 10 years ago
Tom Lane 884aec4f85 Improve documentation about CREATE TABLE ... LIKE. 10 years ago
Tom Lane 93b99d3b6a Register atexit hook only once in pg_upgrade. 10 years ago
Fujii Masao 6b8a89e646 Fix incorrect description of udt_privileges view in documentation. 10 years ago
Tom Lane d2ef7758d2 Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. 10 years ago
Noah Misch cf35406f9b Make the AIX case of Makefile.shlib safe for parallel make. 10 years ago
Tom Lane 2aa2533f28 Fix regression tests to work in Welsh locale. 10 years ago
Tom Lane d365dc3d1b Make contrib regression tests safe for Danish locale. 10 years ago
Tom Lane 95e8b44f03 Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane fd507d542e Make core regression tests safe for Danish locale. 10 years ago
Magnus Hagander 15c2992e89 Fix typos 10 years ago
Tom Lane 350db87203 Remove very-obsolete estimates of shmem usage from postgresql.conf.sample. 10 years ago
Tom Lane 0aabe80c6f Fix MSVC build for changes in zic. 10 years ago
Tom Lane 19d477aa68 Sync back-branch copies of the timezone code with IANA release tzcode2016c. 10 years ago
Tom Lane bdeed0944f Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 10 years ago