summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-05Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-05Remove durable_rename_excl()Michael Paquier
2022-07-05Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-07-04Prevent write operations on large objects in read-only transactionsMichael Paquier
2022-07-04Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut
2022-07-04Use a short socket directory path in pg_upgrade testing.Tom Lane
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-03Allow makeaclitem() to accept multiple privilege names.Tom Lane
2022-07-03Add Windows file version information to libpq/test programs.Noah Misch
2022-07-03Simplify tab completion of extension versions, redux.Tom Lane
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-03Remove redundant null pointer checks before pg_free()Peter Eisentraut
2022-07-03Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch
2022-07-02ecpglib: call newlocale() once per process.Noah Misch
2022-07-02Emit debug message when executing extension script.Jeff Davis
2022-07-02Reformat some node commentsPeter Eisentraut
2022-07-02Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-07-02Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch
2022-07-02Fix race condition in t/028_pitr_timelines.pl.Noah Misch
2022-07-01Remove no-longer-used parameter for create_groupingsets_path().Tom Lane
2022-07-01Add missing GETTEXT_FLAGS entryPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-07-01Harden dsm_impl.c against unexpected EEXIST.Thomas Munro
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-06-30Avoid unnecessary MemSet callPeter Eisentraut
2022-06-30Stamp HEAD as 16devel.Tom Lane
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-27PL/Python: Update guide to alternative expected filesPeter Eisentraut
2022-06-27pg_upgrade: Fix version comparison for global ICU supportPeter Eisentraut
2022-06-27Translation updatesPeter Eisentraut
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-26Harden range_table_mutator() against null RangeTblEntry.subquery.Tom Lane
2022-06-25Don't trust signalfd() on illumos.Thomas Munro
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch
2022-06-24Remove unportable testPeter Eisentraut
2022-06-24Fix intermetent test failure in 028_row_filter.pl.Amit Kapila
2022-06-23Fix missing newline at end of messagePeter Eisentraut
2022-06-23Fix typo in pg_publication.cMichael Paquier
2022-06-23PL/Tcl: Don't link with -lc explicitlyPeter Eisentraut
2022-06-23Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila