Commit Graph

39574 Commits (c4f1540d3a296d0328e21b32cdc612f611353b7c)
 

Author SHA1 Message Date
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
Noah Misch 640768ceb6 Field conninfo strings throughout src/bin/scripts. 9 years ago
Noah Misch 6655c07574 Introduce a psql "\connect -reuse-previous=on|off" option. 9 years ago
Noah Misch db951dd195 Sort out paired double quotes in \connect, \password and \crosstabview. 9 years ago
Tom Lane c9bb00fbd4 Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. 9 years ago
Tom Lane cb5c14984a Fix misestimation of n_distinct for a nearly-unique column with many nulls. 9 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