Commit Graph

49564 Commits (fc032bed2fb809ee69eaf2fece349f65274c876f)
 

Author SHA1 Message Date
Tom Lane fc032bed2f Be more careful about marking catalog columns NOT NULL by default. 6 years ago
Tom Lane 3e66019f15 Assert that we don't insert nulls into attnotnull catalog columns. 6 years ago
Michael Paquier c273d9d8ce Rework tab completion of COPY and \copy in psql 6 years ago
Tom Lane a4faef8f8f Fix some corner cases for window ranges with infinite offsets. 6 years ago
Tom Lane 4fb6aeb4f6 Make floating-point "NaN / 0" return NaN instead of raising an error. 6 years ago
Peter Geoghegan 6ca7cd89a2 Assert that buffer is pinned in LockBuffer(). 6 years ago
Tom Lane 0fa0b487b5 Correctly mark pg_subscription_rel.srsublsn as nullable. 6 years ago
Tom Lane d5daae47db Fix construction of updated-columns bitmap in logical replication. 6 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 6 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 6 years ago
Amit Kapila 0bead9af48 Immediately WAL-log subtransaction and top-level XID association. 6 years ago
Fujii Masao d05b172a76 Add generic_plans and custom_plans fields into pg_prepared_statements. 6 years ago
Amit Kapila 044dc7b964 Fix minor typo in nodeIncrementalSort.c. 6 years ago
Peter Geoghegan a766d6ca22 Avoid harmless Valgrind no-buffer-pin errors. 6 years ago
Peter Geoghegan 46ef520b95 Mark buffers as defined to Valgrind consistently. 6 years ago
Tom Lane 72eab84a56 Correctly mark pg_subscription.subslotname as nullable. 6 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 6 years ago
Tom Lane 9b14280b20 Fix replication/worker_internal.h to compile without other headers. 6 years ago
Tom Lane 9de77b5453 Allow logical replication to transfer data in binary format. 6 years ago
Michael Paquier 9add405014 doc: Refresh more URLs in the docs 6 years ago
Amit Kapila f41fbee7e7 Adjust minor comment in reorderbuffer.c. 6 years ago
Amit Kapila df7c5cb16e Fix comments in reorderbuffer.c. 6 years ago
Michael Paquier b74d449a02 doc: Fix description of \copy for psql 6 years ago
Peter Geoghegan 564ce62164 Rename "hash_mem" local variable. 6 years ago
Peter Geoghegan 1e0dfd166b Add Valgrind buffer access instrumentation. 6 years ago
Tom Lane f009591d6e Cope with data-offset-less archive files during out-of-order restores. 6 years ago
Tom Lane a8d0732ac2 Remove manual tracking of file position in pg_dump/pg_backup_custom.c. 6 years ago
Peter Geoghegan 5da8bf8bbb Avoid CREATE INDEX unique index deduplication. 6 years ago
Tom Lane 7fe3083f4c Ensure that distributed timezone abbreviation files are plain ASCII. 6 years ago
Peter Eisentraut 20ef355163 Fix whitespace 6 years ago
Peter Eisentraut 44f34365b8 Resolve gratuitous tabs in SQL file 6 years ago
Amit Kapila 01160a3de3 Fix signal handler setup for SIGHUP in the apply launcher process. 6 years ago
Thomas Munro cdc7169509 Use MinimalTuple for tuple queues. 6 years ago
Thomas Munro d2bddc2500 Add huge_page_size setting for use on Linux. 6 years ago
Andrew Dunstan d66b23b032 Enable almost all TAP tests involving symlinks on Windows 6 years ago
Michael Paquier 932f9fb504 Switch pg_test_fsync to use binary mode on Windows 6 years ago
Peter Eisentraut ed2c7f65bd pg_dump: Reorganize dumpFunc() and dumpAgg() 6 years ago
Michael Paquier 1d09fb1f0a Fix handling of missing files when using pg_rewind with online source 6 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 6 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 6 years ago
Tom Lane 689696c711 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. 6 years ago
Peter Eisentraut de8feb1f3a Fix -Wcast-function-type warnings 6 years ago
David Rowley 101f903e51 Add comment to explain an unused function parameter 6 years ago
David Rowley f1fcf2d3b2 Fix timing issue with ALTER TABLE's validate constraint 6 years ago
Michael Paquier b8401c32ba Fix some header identifications 6 years ago
Michael Paquier 9168793d72 Fix comments related to table AMs 6 years ago
Tom Lane a742ecf9c6 Cope with lateral references in the quals of a subquery RTE. 6 years ago
Alvaro Herrera b5b4c0fef9
Fix uninitialized value in segno calculation 6 years ago
Tom Lane 25fe5ac45a Fix bugs in libpq's management of GSS encryption state. 6 years ago
Alexander Korotkov 8d2ed66e41 Improvements to psql \dAo and \dAp commands 6 years ago