Commit Graph

51813 Commits (a9da1934e971b38ab360ce80a352fbfc4d2d986b)
 

Author SHA1 Message Date
Tom Lane a9da1934e9 Reject cases where a query in WITH rewrites to just NOTIFY. 4 years ago
David Rowley ca2e4472ba Teach pg_size_pretty and pg_size_bytes about petabytes 4 years ago
Michael Paquier 0f80b47d24 Add forgotten LSN_FORMAT_ARGS() in xlogreader.c 4 years ago
Thomas Munro 2f78338064 Remove more obsolete comments about semaphores. 4 years ago
David Rowley 56ff8b2991 Use a lookup table for units in pg_size_pretty and pg_size_bytes 4 years ago
David Rowley 55fe609387 Fix incorrect return value in pg_size_pretty(bigint) 4 years ago
Daniel Gustafsson 387925893e Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h 4 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 4 years ago
Tom Lane b9734c13f1 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 4 years ago
Fujii Masao 9d2a775734 doc: Fix description about pg_stat_statements.track_planning. 4 years ago
David Rowley 29f45e299e Use a hash table to speed up NOT IN(values) 4 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 4 years ago
Michael Paquier 9fd85570d1 Refactor SASL code with a generic interface for its mechanisms 4 years ago
Tom Lane 955b3e0f92 Allow CustomScan providers to say whether they support projections. 4 years ago
Alvaro Herrera 5798ca5299
Improve TestLib::system_or_bail error reporting 4 years ago
Tom Lane 64919aaab4 Reduce the cost of planning deeply-nested views. 4 years ago
Tom Lane c7b7311f61 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane ab2e19987f Doc: add info about timestamps with fractional-minute UTC offsets. 4 years ago
Amit Kapila 8aafb02616 Refactor function parse_subscription_options. 4 years ago
David Rowley 9ee91cc583 Fix typo in comment 4 years ago
David Rowley 53d86957e9 Reduce the number of pallocs when building partition bounds 4 years ago
Michael Paquier 2aca19f298 Use WaitLatch() instead of pg_usleep() at the end of backups 4 years ago
Tom Lane 9753324b7d Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 4 years ago
Tom Lane c04c767059 Rethink blocking annotations in detach-partition-concurrently-[34]. 4 years ago
Dean Rasheed f025f2390e Prevent numeric overflows in parallel numeric aggregates. 4 years ago
Peter Eisentraut 903d9aa780 doc: Fix quoting markup 4 years ago
Amit Kapila e360aa0530 Doc: Hash Indexes. 4 years ago
Michael Paquier 0f06359fb3 doc: Mention requirement to --enable-tap-tests on section for TAP tests 4 years ago
David Rowley ec34040af1 Doc: mention that VACUUM can't utilize over 1GB of RAM 4 years ago
David Rowley 63b1af9437 Cleanup some aggregate code in the executor 4 years ago
Tom Lane 792259591c Further restrict the scope of no-exit()-in-libpq test. 4 years ago
Bruce Momjian d390bb62a6 doc: adjust "cities" example to be consistent with other SQL 4 years ago
Bruce Momjian c552e171d1 docs: clarify new aggressive vacuum mode for multi-xacts 4 years ago
Tom Lane 50371df266 Don't try to print data type names in slot_store_error_callback(). 4 years ago
Peter Eisentraut 6bd3ec62d9 Use InvalidBucket instead of -1 where appropriate 4 years ago
Michael Paquier 70685385d7 Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation 4 years ago
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