Commit Graph

51282 Commits (60f1f09ff44308667ef6c72fbafd68235e55ae27)
 

Author SHA1 Message Date
Peter Geoghegan 60f1f09ff4 Don't truncate heap when VACUUM's failsafe is in effect. 4 years ago
Tom Lane 6c0373ab77 Allow table-qualified variable names in ON CONFLICT ... WHERE. 4 years ago
Robert Haas e8c435a824 docs: Update TOAST storage docs for configurable compression. 4 years ago
Tom Lane 69d5ca484b Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 4 years ago
Tom Lane c2db458c10 Redesign the caching done by get_cached_rowtype(). 4 years ago
Tom Lane 34f581c39e Avoid improbable PANIC during heap_update. 4 years ago
Fujii Masao 5fe83adad9 doc: Fix typo in logicaldecoding.sgml. 4 years ago
Noah Misch 455dbc010b Use "-I." in directories holding Bison parsers, for Oracle compilers. 4 years ago
Noah Misch c3556f6fac Port regress-python3-mangle.mk to Solaris "sed". 4 years ago
Thomas Munro b1df6b696b Fix potential SSI hazard in heap_update(). 4 years ago
Michael Paquier 885a876419 Remove duplicated --no-sync switches in new tests of test_pg_dump 4 years ago
Tom Lane cf0020080a Remove no-longer-relevant test case. 4 years ago
Tom Lane c402b02b9f Fix old bug with coercing the result of a COLLATE expression. 4 years ago
Peter Eisentraut 6787e53fe5 pg_upgrade: Print OID using %u instead of %d 4 years ago
Peter Eisentraut fc0fefbfe0 pg_amcheck: Add basic NLS support 4 years ago
Peter Eisentraut 44c8a3d759 Fix files references in nls.mk 4 years ago
Fujii Masao 81e094bdfd Support tab-complete for TRUNCATE on foreign tables. 4 years ago
Michael Paquier b094063cd1 Move log_autovacuum_min_duration into its correct sections 4 years ago
Amit Kapila 15c1a9d9cb doc: Update information of new messages for logical replication. 4 years ago
Michael Paquier 7a3972597f Fix out-of-bound memory access for interval -> char conversion 4 years ago
Tom Lane 6277435a8a Silence some Coverity warnings and improve code consistency. 4 years ago
Tom Lane d7cff12c4c Add macro PGWARNING, and make PGERROR available on all platforms. 4 years ago
Tom Lane 9cb9233409 Fix uninitialized variable from commit a4d75c86b. 4 years ago
Fujii Masao 81a23dd879 Avoid unnecessary table open/close in TRUNCATE command. 4 years ago
Fujii Masao 08aa89b326 Remove COMMIT_TS_SETTS record. 4 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 4 years ago
Peter Eisentraut 496e58bb0e Improve behavior of date_bin with origin in the future 4 years ago
Tom Lane 99964c4ade Fix failure of xlogprefetch.h to include all prerequisite headers. 4 years ago
Tom Lane 07b76833b1 Doc: update documentation of check_function_bodies. 4 years ago
David Rowley 152d33bcce Improve slightly misleading comments in nodeFuncs.c 4 years ago
Peter Eisentraut 9cae39b8e6 doc: Fix man page whitespace issues 4 years ago
Alvaro Herrera e7e341409a
Suppress length of Notice/Error msgs in PQtrace regress mode 4 years ago
Thomas Munro 846d35b2dc Make new GUC short descriptions more consistent. 4 years ago
Thomas Munro dc88460c24 Doc: Review for "Optionally prefetch referenced data in recovery." 4 years ago
Peter Eisentraut 49fb4e6b24 doc: Additional documentation for date_bin 4 years ago
Alvaro Herrera 41badeaba8
Document ANALYZE storage parameters for partitioned tables 4 years ago
Alvaro Herrera 0e69f705cc
Set pg_class.reltuples for partitioned tables 4 years ago
Magnus Hagander 1798d8f8b6 Fix typo 4 years ago
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 4 years ago
Peter Geoghegan 796092fb84 Silence another _bt_check_unique compiler warning. 4 years ago
Tom Lane d1fcbde579 Add support for tab-completion of type arguments in \df, \do. 4 years ago
Tom Lane 01add89454 Suppress uninitialized-variable warning. 4 years ago
Bruce Momjian 0f61727b75 Fixes for query_id feature 4 years ago
Magnus Hagander 5844c23dc5 Merge v1.10 of pg_stat_statements into v1.9 4 years ago
Thomas Munro 34399a670a Remove duplicate typedef. 4 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 4 years ago
David Rowley 50e17ad281 Speedup ScalarArrayOpExpr evaluation 4 years ago
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 4 years ago
Thomas Munro f003d9f872 Add circular WAL decoding buffer. 4 years ago
Thomas Munro 323cbe7c7d Remove read_page callback from XLogReader. 4 years ago