Commit Graph

51771 Commits (5620ec83362d08b9f86c90c97c0a70031c4d0b2c)
 

Author SHA1 Message Date
Tom Lane 5620ec8336 Update configure's probe for libldap to work with OpenLDAP 2.5. 5 years ago
Tom Lane 39b6e85f13 Reject cases where a query in WITH rewrites to just NOTIFY. 5 years ago
Thomas Munro 8d48a3436d Remove more obsolete comments about semaphores. 5 years ago
David Rowley 6de3a21bbc Fix incorrect return value in pg_size_pretty(bigint) 5 years ago
Bruce Momjian 9893d5124b doc: minor PG 14 relnote changes 5 years ago
Bruce Momjian 6f566f0e9b doc: PG 14 relnote, move system view items to the proper sect. 5 years ago
Bruce Momjian 049d3617a3 doc: improve PG 14 relnote item about adding btree pages to FSM 5 years ago
Tom Lane 30a35bca3f Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao e48f2afee6 doc: Fix description about pg_stat_statements.track_planning. 5 years ago
Fujii Masao 4173477b38 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Tom Lane 86d4914210 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 5 years ago
Tom Lane 94911ec28f Doc: add info about timestamps with fractional-minute UTC offsets. 5 years ago
Tom Lane 07f1e06964 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 5 years ago
Tom Lane 9fa6fe466c Rethink blocking annotations in detach-partition-concurrently-[34]. 5 years ago
Peter Eisentraut 1479c5afdc doc: Fix quoting markup 5 years ago
Amit Kapila f3690fbdea Doc: Hash Indexes. 5 years ago
Michael Paquier 95e2f925f1 doc: Mention requirement to --enable-tap-tests on section for TAP tests 5 years ago
David Rowley b88e5fe60e Doc: mention that VACUUM can't utilize over 1GB of RAM 5 years ago
Bruce Momjian e033e260b9 doc: adjust "cities" example to be consistent with other SQL 5 years ago
Bruce Momjian d540929556 docs: clarify new aggressive vacuum mode for multi-xacts 5 years ago
Tom Lane 63a9521670 Don't try to print data type names in slot_store_error_callback(). 5 years ago
Bruce Momjian 56d467a07d doc: PG 14 relnotes, mention CONCURRENTLY improvements 5 years ago
Bruce Momjian a3a681f859 doc: update PG 14 release notes 5 years ago
Peter Eisentraut fb72a7b8c3 doc: Remove inappropriate <acronym> tags 5 years ago
Andrew Dunstan 1da2ea0ccc
add missing tag from commit b8c4261e5e 5 years ago
Peter Eisentraut 46bbe5d777 doc: Clean up title case use 5 years ago
Andrew Dunstan 100e9ae53f
Add new make targets world-bin and install-world-bin 5 years ago
Tom Lane d047708017 Add --clobber-cache option to initdb, for CCA testing. 5 years ago
Alvaro Herrera be280cdad2
Don't reset relhasindex for partitioned tables on ANALYZE 5 years ago
Andrew Dunstan c4774ce339
Fix prove_installcheck to use correct paths when used with PGXS 5 years ago
Amit Kapila a9cb00a965 Replace magic constants used in pg_stat_get_replication_slot(). 5 years ago
Amit Kapila dfceed30ab Allow streaming the changes after speculative aborts. 5 years ago
Michael Paquier 607a3a43bc Fix incorrect PITR message for transaction ROLLBACK PREPARED 5 years ago
Alexander Korotkov 322e82b77e Fixes for multirange selectivity estimation 5 years ago
Alvaro Herrera 690339fcd5
Fix libpq state machine in pipeline mode 5 years ago
Alvaro Herrera 69cf1d5429
Add PQsendFlushRequest to libpq 5 years ago
Tom Lane f8b51464c2 Fix bogus logic for reporting which hash partition conflicts. 5 years ago
Bruce Momjian caa0f07d2d doc: Improve PG14 release notes 5 years ago
Tom Lane cf1f545bf2 Don't use abort(3) in libpq's fe-print.c. 5 years ago
Tom Lane 203c5aaaba Don't depend on -fwrapv semantics in pgbench's random() function. 5 years ago
Andrew Dunstan e1c1c30f63
Pre branch pgindent / pgperltidy run 5 years ago
Peter Eisentraut c31833779d Message style improvements 5 years ago
Amit Kapila ee3fdb8f34 Improve RelationGetIdentityKeyBitmap(). 5 years ago
Amit Kapila b786304c29 Fix race condition in TransactionGroupUpdateXidStatus(). 5 years ago
Thomas Munro 34a8b64b4e Change recovery_init_sync_method to PGC_SIGHUP. 5 years ago
Michael Paquier 79718c1c6c Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION 5 years ago
Michael Paquier 09a69f6e23 Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate 5 years ago
Tom Lane 642c0697c9 Remove memory leaks in isolationtester. 5 years ago
Peter Eisentraut c302a61390 Error message refactoring 5 years ago
Tom Lane dcffc9ba8a Doc: update v14 release notes for revert of commit c0cb87fbb. 5 years ago