Commit Graph

51777 Commits (a2595e039c4745d82f361ea15d692cac114575cc)
 

Author SHA1 Message Date
Thomas Munro a2595e039c Remove some dead stores. 4 years ago
Michael Paquier b44669b2ca Simplify error handing of jsonapi.c for the frontend 4 years ago
Peter Eisentraut 1708f6b38a doc: Remove inappropriate <acronym> tags 4 years ago
Andrew Dunstan 7355c241ed
add missing tag from commit b8c4261e5e 4 years ago
Peter Eisentraut c0fdc96370 doc: Clean up title case use 4 years ago
Andrew Dunstan b8c4261e5e
Add new make targets world-bin and install-world-bin 4 years ago
Tom Lane b741f4c3ee Add --clobber-cache option to initdb, for CCA testing. 4 years ago
Alvaro Herrera d700518d74
Don't reset relhasindex for partitioned tables on ANALYZE 4 years ago
Tom Lane 2f7bae2f92 Improve build-time check that libpq doesn't call exit(). 4 years ago
Andrew Dunstan a0fc813266
Fix prove_installcheck to use correct paths when used with PGXS 4 years ago
Heikki Linnakangas c8bf5098cb Allow specifying pg_waldump --rmgr option multiple times. 4 years ago
Peter Eisentraut 71ba45a360 Add tests for UNBOUNDED syntax ambiguity 4 years ago
David Rowley 3788c66788 Improve various places that double the size of a buffer 4 years ago
Tom Lane e45b0dfa1f Fix portability fallout from commit dc227eb82. 4 years ago
Fujii Masao 3465c8a869 doc: Improve descriptions of tup_returned and tup_fetched in pg_stat_database 4 years ago
Fujii Masao 61d599ede7 doc: Add type information for postgres_fdw parameters. 4 years ago
Peter Eisentraut 735dc1a094 genbki stricter error handling 4 years ago
Amit Kapila ab5e48f153 Replace magic constants used in pg_stat_get_replication_slot(). 4 years ago
Amit Kapila 52d26d560e Allow streaming the changes after speculative aborts. 4 years ago
Amit Kapila cda03cfed6 Allow enabling two-phase option via replication protocol. 4 years ago
Michael Paquier 17707c059c Fix incorrect PITR message for transaction ROLLBACK PREPARED 4 years ago
Michael Paquier 4c9f50d116 Optimize pg_checksums --enable where checksum is already set 4 years ago
Alexander Korotkov 178ec460db Fixes for multirange selectivity estimation 4 years ago
Alvaro Herrera b71a9cb31e
Fix libpq state machine in pipeline mode 4 years ago
Alvaro Herrera a7192326c7
Add PQsendFlushRequest to libpq 4 years ago
Tom Lane dd2364ced9 Fix bogus logic for reporting which hash partition conflicts. 4 years ago
Tom Lane dc227eb82e Add a build-time check that libpq doesn't call exit() or abort(). 4 years ago
Tom Lane aaddf6ba09 Remove libpq's use of abort(3) to handle mutex failure cases. 4 years ago
Noah Misch 48cb244fb9 Remove literal backslash from Perl \Q ... \E. 4 years ago
Peter Eisentraut 6a6389a08b Add index OID macro argument to DECLARE_INDEX 4 years ago
Michael Paquier 445e36ad4e Bump XLOG_PAGE_MAGIC for format changes related to FPW compression 4 years ago
Michael Paquier 47f514dd9a Fix compilation warning in xloginsert.c 4 years ago
Michael Paquier 4035cd5d4e Add support for LZ4 with compression of full-page writes in WAL 4 years ago
Noah Misch cc2c7d65fc Skip WAL recycling and preallocation during archive recovery. 4 years ago
Noah Misch 2b3e4672f7 Don't ERROR on PreallocXlogFiles() race condition. 4 years ago
Noah Misch 421484f79c Remove XLogFileInit() ability to unlink a pre-existing file. 4 years ago
Noah Misch 85656bc305 In XLogFileInit(), fix *use_existent postcondition to suit callers. 4 years ago
Noah Misch c53c6b98d3 Remove XLogFileInit() ability to skip ControlFileLock. 4 years ago
Noah Misch 7ac10f6920 Dump COMMENT ON SCHEMA public. 4 years ago
Noah Misch a7a7be1f2f Dump public schema ownership and security labels. 4 years ago
Tom Lane 14b2ffaf7f Doc: further updates for RELEASE_CHANGES process notes. 4 years ago
Peter Geoghegan bc49ab3c27 Improve pgindent release workflow. 4 years ago
Tom Lane 6f5d9bce57 Don't use abort(3) in libpq's fe-print.c. 4 years ago
Tom Lane 01697e92a4 Don't depend on -fwrapv semantics in pgbench's random() function. 4 years ago
Peter Geoghegan ba135fa537 Add pgindent commit to git-blame-ignore-revs file. 4 years ago
Andrew Dunstan 596b5af1d3
Stamp HEAD as 15devel. 4 years ago
Andrew Dunstan e1c1c30f63
Pre branch pgindent / pgperltidy run 4 years ago
Peter Eisentraut c31833779d Message style improvements 4 years ago
Amit Kapila ee3fdb8f34 Improve RelationGetIdentityKeyBitmap(). 4 years ago
Amit Kapila b786304c29 Fix race condition in TransactionGroupUpdateXidStatus(). 4 years ago