Commit Graph

48047 Commits (b6423e92abfadaa1ed9642319872aa1654403cd6)
 

Author SHA1 Message Date
Tom Lane ec28808ba8 Fix ginEntryInsert's counting of GIN leaf tuples. 6 years ago
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers 6 years ago
Peter Eisentraut 8557a6f10c Catch invalid typlens in a couple of places 6 years ago
Tom Lane db27b60f07 Suppress warning from older compilers. 6 years ago
Tom Lane 741b1aaf61 Fix PG_GETARG_SEG_P() definition. 6 years ago
Tom Lane 8af1624e3f Validate ispell dictionaries more carefully. 6 years ago
Michael Paquier dc816e5815 Fix failure when creating cloned indexes for a partition 6 years ago
Michael Paquier e174f699c4 Add some assertions in syncrep.c 6 years ago
Michael Paquier 20345197ff Fix race condition at backend exit when deleting element in syncrep queue 6 years ago
Peter Eisentraut 3967737624 Add some assertions to view reloption macros 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Peter Eisentraut 7302514088 Add const qualifiers to internal range type APIs 6 years ago
Michael Paquier f921ea624e Fix typo in comment of syncrep.c 6 years ago
Peter Eisentraut c5e1df951d Remove one use of IDENT_USERNAME_MAX 6 years ago
Peter Eisentraut 5cc1e64fb6 Update code comments about peer authenticaton 6 years ago
Andres Freund e4d92126fd pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs. 6 years ago
Andres Freund e0f76f204c pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL. 6 years ago
Michael Paquier 6ca86bb7e9 Fix typos in the code 6 years ago
Peter Eisentraut 517bf2d910 Fix compiler warnings in ecpg tests 6 years ago
Michael Paquier d80be6f2f6 Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLY 6 years ago
Tom Lane 8b7a0f1d11 Allow extracting fields from a ROW() expression in more cases. 6 years ago
Tom Lane f88544904e On Windows, use COMSPEC to find the location of cmd.exe. 6 years ago
Tom Lane bd1ef5799b Handle empty-string edge cases correctly in strpos(). 6 years ago
Michael Paquier 61ecea45e5 Doc: Add missing step for pg_stat_progress_cluster 6 years ago
Michael Paquier 68ac9cf249 Fix dependency handling at swap phase of REINDEX CONCURRENTLY 6 years ago
Michael Paquier 51970fa8df Fix initialization of fake LSN for unlogged relations 6 years ago
Noah Misch b804521344 Fix copy-paste defect in comment. 6 years ago
Noah Misch e653c714c2 Update comment about __sync_lock_test_and_set() bug. 6 years ago
Tom Lane cfb7559083 Doc: improve documentation of configuration settings that have units. 6 years ago
Peter Eisentraut 2fc2a88e67 Remove obsolete information schema tables 6 years ago
Tom Lane 592a16321b Avoid failure when selecting a namespace node in XMLTABLE. 6 years ago
Peter Eisentraut cbe63d02d0 doc: Use proper em and en dashes 6 years ago
Tom Lane ee20152070 Revert "Revert part of commit dddf4cdc3." 6 years ago
Tom Lane 1408d5d869 Get rid of useless/dangerous redefinition of bool in ECPG. 6 years ago
Tom Lane 22f6f2c1cc Improve management of statement timeouts. 6 years ago
Tom Lane 2b2bacdca0 Reset statement_timeout between queries of a multi-query string. 6 years ago
Amit Kapila c114229ca2 Revert part of commit dddf4cdc3. 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Michael Paquier 8270a0d9a9 Handle interrupts within a transaction context in REINDEX CONCURRENTLY 6 years ago
Fujii Masao 3b0c59ac1c Fix typo in xlog.c. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Bruce Momjian 59c2617af3 docs: fix wording of REFRESH CONCURRENTLY manual page 6 years ago
Bruce Momjian 0c089d36e2 pg_upgrade: adjust error output to use new database list format 6 years ago
Michael Paquier 5d3500da72 Acquire properly session-level lock on new index in REINDEX CONCURRENTLY 6 years ago
Peter Eisentraut 508e84d799 Remove libpq-dist.rc 6 years ago
Michael Paquier 4fa5edcd1a Remove last traces of --adduser/--no-adduser in createuser 6 years ago
Michael Paquier 57379cd5ac Fix thinkos from 4f4061b for libpq integer parsing 6 years ago
Michael Paquier e3db3f829f Clean up properly error_context_stack in autovacuum worker on exception 6 years ago
Peter Eisentraut ad4b7aeb84 Make command order in test more sensible 6 years ago
Peter Eisentraut f86f46d091 Fix comment 6 years ago