Commit Graph

50879 Commits (f9264d1524baa19e4a0528f033681ef16f61b137)
 

Author SHA1 Message Date
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Tom Lane d4545dc19b Complain if a function-in-FROM returns a set when it shouldn't. 5 years ago
Tom Lane fed10d4eec Properly mark pg_stat_get_subscription() as returning a set. 5 years ago
Tom Lane 5c06abb9b9 Validate the OID argument of pg_import_system_collations(). 5 years ago
Tom Lane 6c20bdb2a2 Further tweak memory management for regex DFAs. 5 years ago
Amit Kapila 8a812e5106 Track replication origin progress for rollbacks. 5 years ago
Peter Eisentraut f9a0392e1c Add bit_xor aggregate function 5 years ago
Magnus Hagander 30b26dfac7 Clarify that CREATEROLE roles are considered Administrators 5 years ago
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype. 5 years ago
Magnus Hagander e045565dae Improve docs on updatable views 5 years ago
Michael Paquier f1516ad7b3 pgbench: Simplify some port, host, user and dbname assignments 5 years ago
Tom Lane 0ce4cd04da Doc: remove obsolete entries in table of BRIN strategy numbers. 5 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 5 years ago
Michael Paquier 8a8f4d8ede doc: Add backlinks to progress reporting documentation 5 years ago
Michael Paquier 5bca69a76b Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts 5 years ago
Andrew Dunstan d3676a2e9f Close psql processes gracefully in recovery tests 5 years ago
Peter Eisentraut 040af77938 pg_upgrade: Fix oversight in version checking 5 years ago
Fujii Masao 4a4241e15b Remove redundant getenv() for PGUSER, in psql help. 5 years ago
Heikki Linnakangas 85d94c5753 Avoid extra newline in errors received in FE protocol version 2. 5 years ago
Heikki Linnakangas 3174d69fb9 Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
Tom Lane 0a687c8f10 Add trim_array() function. 5 years ago
Tom Lane 3769e11a31 Make test_target_session_attrs more robust against connection failure. 5 years ago
Peter Eisentraut f06b1c5982 pg_upgrade: Check version of target cluster binaries 5 years ago
Amit Kapila 8af3c233e4 Clarify the usage of max_replication_slots on the subscriber side. 5 years ago
Peter Eisentraut e527a99055 Some copy-editing of GUC descriptions 5 years ago
Tom Lane d422a2a94b Silence perlcritic warning in commit ee28cacf6. 5 years ago
Thomas Munro 8eda3eba30 Use sort_template.h for qsort_tuple() and qsort_ssup(). 5 years ago
Thomas Munro f374f4d664 Use sort_template.h for qsort() and qsort_arg(). 5 years ago
Thomas Munro 0a1f1d3cac Add sort_template.h for making sort functions. 5 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 5 years ago
Tom Lane ee28cacf61 Extend the abilities of libpq's target_session_attrs parameter. 5 years ago
Michael Paquier 57e6db706e Add --tablespace option to reindexdb 5 years ago
Peter Geoghegan 5b2f2af3d9 nbtree page deletion: Add leaftopparent assertion. 5 years ago
Peter Geoghegan 3d8d5787a3 Fix nbtree page deletion error messages. 5 years ago
Tom Lane d16f8c8e41 Mark default_transaction_read_only as GUC_REPORT. 5 years ago
Alvaro Herrera 75dbfe4ca7
Use native path separators to pg_ctl in initdb 5 years ago
Tom Lane 4604f83fdf Suppress unnecessary regex subre nodes in a couple more cases. 5 years ago
Tom Lane 0c3405cf11 Improve performance of regular expression back-references. 5 years ago
Tom Lane 4aea704a5b Fix semantics of regular expression back-references. 5 years ago
Michael Paquier c5530d8474 Fix duplicated test case in TAP tests of reindexdb 5 years ago
Michael Paquier fabde52fab Simplify code to switch pg_class.relrowsecurity in tablecmds.c 5 years ago
Michael Paquier bd1b8d0ef2 doc: Improve description of data checksums 5 years ago
Michael Paquier 8c1b6a186d doc: Mention archive_command failure handling on signals 5 years ago
Tom Lane ffd3944ab9 Improve reporting for syntax errors in multi-line JSON data. 5 years ago
Thomas Munro bd69ddfcdb Remove obsolete comment for WaitForProcSignalBarrier(). 5 years ago
Andres Freund 1e6e404471 Fix recovery test hang in 021_row_visibility.pl on windows. 5 years ago
Thomas Munro f5a5773a9d Allow condition variables to be used in interrupt code. 5 years ago
Thomas Munro 814f1d8bc3 Use condition variables for ProcSignalBarriers. 5 years ago
Amit Kapila 8bdb1332eb Avoid repeated decoding of prepared transactions after a restart. 5 years ago
Thomas Munro 6230912f23 Use FeBeWaitSet for walsender.c. 5 years ago