Commit Graph

51816 Commits (31e8cfac5845fa57e1805f4ff81e00ab78dff025)
 

Author SHA1 Message Date
Tom Lane 31e8cfac58 Un-break AIX build. 5 years ago
Tom Lane d23ac62afa Avoid creating a RESULT RTE that's marked LATERAL. 5 years ago
Tom Lane d0a02bdb8c Update configure's probe for libldap to work with OpenLDAP 2.5. 5 years ago
Tom Lane a9da1934e9 Reject cases where a query in WITH rewrites to just NOTIFY. 5 years ago
David Rowley ca2e4472ba Teach pg_size_pretty and pg_size_bytes about petabytes 5 years ago
Michael Paquier 0f80b47d24 Add forgotten LSN_FORMAT_ARGS() in xlogreader.c 5 years ago
Thomas Munro 2f78338064 Remove more obsolete comments about semaphores. 5 years ago
David Rowley 56ff8b2991 Use a lookup table for units in pg_size_pretty and pg_size_bytes 5 years ago
David Rowley 55fe609387 Fix incorrect return value in pg_size_pretty(bigint) 5 years ago
Daniel Gustafsson 387925893e Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h 5 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 5 years ago
Tom Lane b9734c13f1 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao 9d2a775734 doc: Fix description about pg_stat_statements.track_planning. 5 years ago
David Rowley 29f45e299e Use a hash table to speed up NOT IN(values) 5 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Michael Paquier 9fd85570d1 Refactor SASL code with a generic interface for its mechanisms 5 years ago
Tom Lane 955b3e0f92 Allow CustomScan providers to say whether they support projections. 5 years ago
Alvaro Herrera 5798ca5299
Improve TestLib::system_or_bail error reporting 5 years ago
Tom Lane 64919aaab4 Reduce the cost of planning deeply-nested views. 5 years ago
Tom Lane c7b7311f61 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 5 years ago
Tom Lane ab2e19987f Doc: add info about timestamps with fractional-minute UTC offsets. 5 years ago
Amit Kapila 8aafb02616 Refactor function parse_subscription_options. 5 years ago
David Rowley 9ee91cc583 Fix typo in comment 5 years ago
David Rowley 53d86957e9 Reduce the number of pallocs when building partition bounds 5 years ago
Michael Paquier 2aca19f298 Use WaitLatch() instead of pg_usleep() at the end of backups 5 years ago
Tom Lane 9753324b7d Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 5 years ago
Tom Lane c04c767059 Rethink blocking annotations in detach-partition-concurrently-[34]. 5 years ago
Dean Rasheed f025f2390e Prevent numeric overflows in parallel numeric aggregates. 5 years ago
Peter Eisentraut 903d9aa780 doc: Fix quoting markup 5 years ago
Amit Kapila e360aa0530 Doc: Hash Indexes. 5 years ago
Michael Paquier 0f06359fb3 doc: Mention requirement to --enable-tap-tests on section for TAP tests 5 years ago
David Rowley ec34040af1 Doc: mention that VACUUM can't utilize over 1GB of RAM 5 years ago
David Rowley 63b1af9437 Cleanup some aggregate code in the executor 5 years ago
Tom Lane 792259591c Further restrict the scope of no-exit()-in-libpq test. 5 years ago
Bruce Momjian d390bb62a6 doc: adjust "cities" example to be consistent with other SQL 5 years ago
Bruce Momjian c552e171d1 docs: clarify new aggressive vacuum mode for multi-xacts 5 years ago
Tom Lane 50371df266 Don't try to print data type names in slot_store_error_callback(). 5 years ago
Peter Eisentraut 6bd3ec62d9 Use InvalidBucket instead of -1 where appropriate 5 years ago
Michael Paquier 70685385d7 Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation 5 years ago
Thomas Munro a2595e039c Remove some dead stores. 5 years ago
Michael Paquier b44669b2ca Simplify error handing of jsonapi.c for the frontend 5 years ago
Peter Eisentraut 1708f6b38a doc: Remove inappropriate <acronym> tags 5 years ago
Andrew Dunstan 7355c241ed
add missing tag from commit b8c4261e5e 5 years ago
Peter Eisentraut c0fdc96370 doc: Clean up title case use 5 years ago
Andrew Dunstan b8c4261e5e
Add new make targets world-bin and install-world-bin 5 years ago
Tom Lane b741f4c3ee Add --clobber-cache option to initdb, for CCA testing. 5 years ago
Alvaro Herrera d700518d74
Don't reset relhasindex for partitioned tables on ANALYZE 5 years ago
Tom Lane 2f7bae2f92 Improve build-time check that libpq doesn't call exit(). 5 years ago
Andrew Dunstan a0fc813266
Fix prove_installcheck to use correct paths when used with PGXS 5 years ago
Heikki Linnakangas c8bf5098cb Allow specifying pg_waldump --rmgr option multiple times. 5 years ago