Commit Graph

51877 Commits (26f5391df63445692c88e4540dcbb558e567044c)
 

Author SHA1 Message Date
Tom Lane ebc346e5bb Fix busted test for ldap_initialize. 4 years ago
Dean Rasheed 06883d58ff Fix numeric_mul() overflow due to too many digits after decimal point. 4 years ago
Tom Lane 9ffad7ae7f Un-break AIX build, take 2. 4 years ago
Alvaro Herrera 1beaa654da
libpq: Fix sending queries in pipeline aborted state 4 years ago
Tom Lane 7f2eca6f9d Un-break AIX build. 4 years ago
Tom Lane 1d98fdaed8 Avoid creating a RESULT RTE that's marked LATERAL. 4 years ago
Tom Lane 5620ec8336 Update configure's probe for libldap to work with OpenLDAP 2.5. 4 years ago
Tom Lane 39b6e85f13 Reject cases where a query in WITH rewrites to just NOTIFY. 4 years ago
Thomas Munro 8d48a3436d Remove more obsolete comments about semaphores. 4 years ago
David Rowley 6de3a21bbc Fix incorrect return value in pg_size_pretty(bigint) 4 years ago
Bruce Momjian 9893d5124b doc: minor PG 14 relnote changes 4 years ago
Bruce Momjian 6f566f0e9b doc: PG 14 relnote, move system view items to the proper sect. 4 years ago
Bruce Momjian 049d3617a3 doc: improve PG 14 relnote item about adding btree pages to FSM 4 years ago
Tom Lane 30a35bca3f Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 4 years ago
Fujii Masao e48f2afee6 doc: Fix description about pg_stat_statements.track_planning. 4 years ago
Fujii Masao 4173477b38 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 4 years ago
Tom Lane 86d4914210 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane 94911ec28f Doc: add info about timestamps with fractional-minute UTC offsets. 4 years ago
Tom Lane 07f1e06964 Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 4 years ago
Tom Lane 9fa6fe466c Rethink blocking annotations in detach-partition-concurrently-[34]. 4 years ago
Peter Eisentraut 1479c5afdc doc: Fix quoting markup 4 years ago
Amit Kapila f3690fbdea Doc: Hash Indexes. 4 years ago
Michael Paquier 95e2f925f1 doc: Mention requirement to --enable-tap-tests on section for TAP tests 4 years ago
David Rowley b88e5fe60e Doc: mention that VACUUM can't utilize over 1GB of RAM 4 years ago
Bruce Momjian e033e260b9 doc: adjust "cities" example to be consistent with other SQL 4 years ago
Bruce Momjian d540929556 docs: clarify new aggressive vacuum mode for multi-xacts 4 years ago
Tom Lane 63a9521670 Don't try to print data type names in slot_store_error_callback(). 4 years ago
Bruce Momjian 56d467a07d doc: PG 14 relnotes, mention CONCURRENTLY improvements 4 years ago
Bruce Momjian a3a681f859 doc: update PG 14 release notes 4 years ago
Peter Eisentraut fb72a7b8c3 doc: Remove inappropriate <acronym> tags 4 years ago
Andrew Dunstan 1da2ea0ccc
add missing tag from commit b8c4261e5e 4 years ago
Peter Eisentraut 46bbe5d777 doc: Clean up title case use 4 years ago
Andrew Dunstan 100e9ae53f
Add new make targets world-bin and install-world-bin 4 years ago
Tom Lane d047708017 Add --clobber-cache option to initdb, for CCA testing. 4 years ago
Alvaro Herrera be280cdad2
Don't reset relhasindex for partitioned tables on ANALYZE 4 years ago
Andrew Dunstan c4774ce339
Fix prove_installcheck to use correct paths when used with PGXS 4 years ago
Amit Kapila a9cb00a965 Replace magic constants used in pg_stat_get_replication_slot(). 4 years ago
Amit Kapila dfceed30ab Allow streaming the changes after speculative aborts. 4 years ago
Michael Paquier 607a3a43bc Fix incorrect PITR message for transaction ROLLBACK PREPARED 4 years ago
Alexander Korotkov 322e82b77e Fixes for multirange selectivity estimation 4 years ago
Alvaro Herrera 690339fcd5
Fix libpq state machine in pipeline mode 4 years ago
Alvaro Herrera 69cf1d5429
Add PQsendFlushRequest to libpq 4 years ago
Tom Lane f8b51464c2 Fix bogus logic for reporting which hash partition conflicts. 4 years ago
Bruce Momjian caa0f07d2d doc: Improve PG14 release notes 4 years ago
Tom Lane cf1f545bf2 Don't use abort(3) in libpq's fe-print.c. 4 years ago
Tom Lane 203c5aaaba Don't depend on -fwrapv semantics in pgbench's random() function. 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