Commit Graph

52206 Commits (05cdda68f8f6e63cb87bc1776236d7619cd89fb7)
 

Author SHA1 Message Date
Tom Lane 05cdda68f8 Doc: fix bogus example about ambiguous timestamps. 4 years ago
Andrew Dunstan 1cd46f168f
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Tom Lane 043c1e1a73 Fix results of index-only scans on btree_gist char(N) indexes. 4 years ago
Michael Paquier f5bea83606 Fix issues with describe queries of extended statistics in psql 4 years ago
Bruce Momjian 61c8da50cb Update copyright for 2022 4 years ago
Andrew Dunstan a7772e8748
Allow MSVC .bat wrappers to be called from anywhere 4 years ago
Tom Lane f285d95839 Prevent altering partitioned table's rowtype, if it's used elsewhere. 4 years ago
Michael Paquier 9ae0a4c702 doc: Remove link to JSON support in the SQL specification 4 years ago
Michael Paquier 5ddfebded4 Reduce relcache access in WAL sender streaming logical changes 4 years ago
Alvaro Herrera f9db153c28
Fix silly mistake in Assert 4 years ago
Alvaro Herrera f185f35a83
Allow special SKIP LOCKED condition in Assert() 4 years ago
Tom Lane d228af79d0 Fix index-only scan plans, take 2. 4 years ago
Michael Paquier 52d50261db pg_stat_statements: Remove obsolete comment 4 years ago
Magnus Hagander f0c5866113 Fix typo 4 years ago
Tom Lane cabea571d1 Fix index-only scan plans when not all index columns can be returned. 4 years ago
Daniel Gustafsson cb4f1be43a Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements" 4 years ago
Thomas Munro f7d7ac23d1 Fix overly generic name in with.sql test. 4 years ago
Bruce Momjian 2ff209953e doc: clarify when expression indexes evaluate their expressions 4 years ago
Michael Paquier 420f9ac1b7 Correct comment and some documentation about REPLICA_IDENTITY_INDEX 4 years ago
Michael Paquier 8a22a40b2c Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY 4 years ago
Tom Lane f9a8bc9f27 Ensure casting to typmod -1 generates a RelabelType. 4 years ago
Michael Paquier 4ddbd7456a Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Tom Lane 25c7faa1fe Fix datatype confusion in logtape.c's right_offset(). 4 years ago
Michael Paquier 4be3e005e5 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Tom Lane a80fd2ae4c Doc: de-document unimplemented geometric operators. 4 years ago
Andres Freund 5b5455b035 isolationtester: append session name to application_name. 4 years ago
Alexander Korotkov 7615edd1db Fix alignment in multirange_get_range() function 4 years ago
Michael Paquier a04fc56d03 Fix some typos with {a,an} 4 years ago
Amit Kapila 614b77d65a Fix double publish of child table's data. 4 years ago
Tom Lane 3d60343197 Doc: improve xfunc-c-type-table. 4 years ago
Andrew Dunstan e4d73d089f
Revert "Check that we have a working tar before trying to use it" 4 years ago
Andrew Dunstan 90c08ed113
Check that we have a working tar before trying to use it 4 years ago
Amit Kapila f2e1730ee9 Fix origin timestamp during decoding of ROLLBACK PREPARED operation. 4 years ago
Michael Paquier 64ab21f0e5 Fix corruption of toast indexes with REINDEX CONCURRENTLY 4 years ago
Andrew Dunstan 93094232c8
Enable settings used in TAP tests for MSVC builds 4 years ago
Tom Lane ea5ecdadf6 On Windows, also call shutdown() while closing the client socket. 4 years ago
Daniel Gustafsson b6360aa46c Doc: Fix misleading wording of CRL parameters 4 years ago
Fujii Masao 5cb86a2622 postgres_fdw: Fix unexpected reporting of empty message. 4 years ago
Tom Lane 4cd2928543 On Windows, close the client socket explicitly during backend shutdown. 4 years ago
Michael Paquier b6dac98b05 Move into separate file all the SQL queries used in pg_upgrade tests 4 years ago
Tom Lane 8f4b0200e1 Avoid leaking memory during large-scale REASSIGN OWNED BY operations. 4 years ago
Amit Kapila 4b8eec716a Doc: Add "Attach Partition" limitation during logical replication. 4 years ago
Tom Lane 175edafd1f Cope with cross-compiling when checking for a random-number source. 4 years ago
Michael Paquier 5550a9c385 Fix compatibility thinko for fstat() on standard streams in win32stat.c 4 years ago
Tom Lane ce43b3dc52 Doc: improve documentation about ORDER BY in matviews. 4 years ago
Alvaro Herrera 1b1e4bfe7d
Harden be-gssapi-common.h for headerscheck 4 years ago
Alvaro Herrera 2187a22941
Document units for max_slot_wal_keep_size 4 years ago
Alvaro Herrera d24dac9549
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD 4 years ago
Daniel Gustafsson 371087d006 Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Peter Eisentraut 1cc13b83eb Remove unneeded Python includes 4 years ago