aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Clean up some includes and comments in TAP test scriptsMichael Paquier2022-07-07
* pgstat: slru: remove outdated commentAndres Freund2022-07-06
* Fix wrong field order in _readMergeWhenClause().Tom Lane2022-07-06
* Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley2022-07-07
* pg_stat_statements: Fix test that assumes wal_records = rows.Robert Haas2022-07-06
* pgstat: drop subscription stats without slot as well, fix commentAndres Freund2022-07-06
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove LLVM_CONFIG from Makefile.global.inAndres Freund2022-07-06
* Tiny capitalization adjustment in pkg-config filesPeter Eisentraut2022-07-06
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-06
* Refactor sending of DataRow messages in replication protocolPeter Eisentraut2022-07-06
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-06
* Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut2022-07-06
* autho_explain: Add GUC to log query parametersMichael Paquier2022-07-06
* Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane2022-07-05
* pgstat: reduce timer overhead by leaving timer running.Andres Freund2022-07-05
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Rename pg_checkpointer predefined role to pg_checkpoint.Robert Haas2022-07-05
* Fix pg_upgrade to detect non-upgradable anyarray usages.Tom Lane2022-07-05
* Fix errors in copyfuncs/equalfuncs support for JSON node types.Tom Lane2022-07-05
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* BRIN: improve documentation on summarizationAlvaro Herrera2022-07-05
* Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut2022-07-05
* Simplify a bit the special rules generating unaccent.rulesMichael Paquier2022-07-05
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-05
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2022-07-05
* Refactor sending of RowDescription messages in replication protocolPeter Eisentraut2022-07-04
* Implement List support for TransactionIdAlvaro Herrera2022-07-04
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-04
* Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut2022-07-04
* Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut2022-07-04
* Use a short socket directory path in pg_upgrade testing.Tom Lane2022-07-03
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-03
* Add Windows file version information to libpq/test programs.Noah Misch2022-07-03
* Simplify tab completion of extension versions, redux.Tom Lane2022-07-03
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Remove redundant null pointer checks before pg_free()Peter Eisentraut2022-07-03
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-02
* ecpglib: call newlocale() once per process.Noah Misch2022-07-02
* Emit debug message when executing extension script.Jeff Davis2022-07-02
* Reformat some node commentsPeter Eisentraut2022-07-02
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-02
* Introduce pg_attribute_nonnull(...)Michael Paquier2022-07-02
* Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch2022-07-01
* Fix race condition in t/028_pitr_timelines.pl.Noah Misch2022-07-01