Commit Graph

51935 Commits (15f16ec6511cf50374b09876e39c6939f2da0f08)
 

Author SHA1 Message Date
David Rowley 15f16ec651 Don't duplicate references and libraries in MSVC scripts 4 years ago
David Rowley 33d74c5d00 Make the includes field an array in MSVC build scripts 4 years ago
Fujii Masao a00c138b78 Update minimum recovery point on truncation during WAL replay of abort record. 4 years ago
John Naylor 3ba70d4e15 Disallow negative strides in date_bin() 4 years ago
David Rowley ed1884a2fe Use the AddFile function consistently in MSVC build scripts 4 years ago
David Rowley 8709228775 Doc: Clarify lock levels taken during ATTACH PARTITION 4 years ago
Michael Paquier 7b7fbe1e8b Clarify some comments making use of leetspeak term "up2date" 4 years ago
Michael Paquier b0483263dd Add support for SET ACCESS METHOD in ALTER TABLE 4 years ago
David Rowley 4b763ff642 Remove seemingly unneeded include directory in MSVC scripts 4 years ago
Alvaro Herrera 93a0bf2390
Set pg_setting.pending_restart when pertinent config lines are removed 4 years ago
Tom Lane 336ea6e6ff Fix bugs in polymorphic-argument resolution for multiranges. 4 years ago
Tom Lane 674f6fe8e6 Stabilize output of new regression test. 4 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Tom Lane 024515cac5 In event triggers, use "pg_temp" only for our own temp schema. 4 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 4 years ago
Andrew Dunstan 91d76613b7
Disable command echo in pg_upgrade-created windows scripts 4 years ago
Bruce Momjian 6feebcb6b4 doc: for various substring funcs, document if only first match 4 years ago
Bruce Momjian 74cf7d46a9 pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Michael Paquier 24ba1a87e4 Simplify matching pattern check in TAP tests of pg_receivewal 4 years ago
Michael Paquier f7a9a3d4b2 Skip trailing whitespaces when parsing integer options 4 years ago
Alvaro Herrera 21b3aa9c8f
Remove newly added useless assertion check 4 years ago
Tomas Vondra f68b609230 psql \dX: check schema when listing statistics objects 4 years ago
Dean Rasheed 085f931f52 Allow numeric scale to be negative or greater than precision. 4 years ago
Michael Paquier efe0802209 doc: Fix command example to run regression tests with PGOPTIONS 4 years ago
Tom Lane 0806d08d46 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
David Rowley 2b58f894e5 Fix incorrect comment for get_agg_clause_costs 4 years ago
Michael Paquier 4ef64c425d Fix a couple of memory leaks in src/bin/pg_basebackup/ 4 years ago
Tom Lane 28d936031a Get rid of artificial restriction on hash table sizes on Windows. 4 years ago
Andres Freund d9d8aa9bb9 Deduplicate choice of horizon for a relation procarray.c. 4 years ago
Tom Lane 6310809c4a Fix check for conflicting session- vs transaction-level locks. 4 years ago
Tom Lane 3779ac62d7 Make printf("%s", NULL) print "(null)" instead of crashing. 4 years ago
Tom Lane 76fa3db336 Remove configure-time thread safety checking (thread_test.c). 4 years ago
Tom Lane 678f5448c2 Fix failure of some headers to compile "standalone". 4 years ago
Michael Paquier bc0cc68f8a Add missing header declarations for pg_basebackup and pg_{dump,restore} 4 years ago
Michael Paquier 6f164e6d17 Unify parsing logic for command-line integer options 4 years ago
Alvaro Herrera 6beb38cfc9
Make new test immune to collation 4 years ago
Alvaro Herrera 80ba4bb383
Make ALTER TRIGGER RENAME consistent for partitioned tables 4 years ago
Alvaro Herrera 73c5d2bfee
Rework installation instructions again 4 years ago
John Naylor a0db4294ae Fix division by zero error in date_bin 4 years ago
Peter Eisentraut 86a1aae764 Fix typo in comment 4 years ago
Michael Paquier 6a2c532c22 Disable TAP tests of pg_receivewal for ZLIB on Windows 4 years ago
Thomas Munro 0207d5fbeb jit: Don't inline functions that access thread-locals. 4 years ago
David Rowley 91e9e89dcc Make nodeSort.c use Datum sorts for single column sorts 4 years ago
Tom Lane 7fa1e1ef74 Doc: improve documentation about exponentiation operator. 4 years ago
Alvaro Herrera aaec237b1a
Improve installation instructions a bit 4 years ago
John Naylor bb95feabb8 Document "B" and "us" as accepted units in postgres.conf.sample 4 years ago
John Naylor 004874b72e Add missing check of noError parameter in euc_tw_and_big5.c 4 years ago
Peter Eisentraut 983bdc4fac Add missing enum tags in enums used in nodes 4 years ago
Peter Eisentraut 31360381f0 Rename some node support functions for consistency 4 years ago
Peter Eisentraut 3d25b4ea6e Rename argument of _outValue() 4 years ago