Commit Graph

47987 Commits (604bd3671121b51f977de146ed95484c2297fb3e)
 

Author SHA1 Message Date
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
Alexander Korotkov 52ad1e6599 Refactor jsonpath's compareDatetime() 6 years ago
Alexander Korotkov a6888fde7f Refactor timestamp2timestamptz_opt_error() 6 years ago
Tom Lane db477b691d Deal with yet another issue related to "Norwegian (Bokmål)" locale. 6 years ago
Tom Lane d995fd667f Use CFLAGS_SL while probing linkability of libperl. 6 years ago
Tom Lane 44273ce4f6 Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 6 years ago
Etsuro Fujita 80831bcdbe Update obsolete comment. 6 years ago
Amit Kapila 70a6c37d52 Fix memory leak introduced in commit 7df159a620. 6 years ago
Michael Paquier ba19a6b73c Fix error reporting of connect_timeout in libpq for value parsing 6 years ago
Michael Paquier 4f4061b2dd Fix parsing of integer values for connection parameters in libpq 6 years ago
Peter Eisentraut ea9e06ac66 Clean up MinGW def file generation 6 years ago