summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-22pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund
2022-06-21Simplify tab completion of extension versions.Tom Lane
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-18Fix busted tab completion of extension versions.Tom Lane
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix comment in regression tests for large objectsMichael Paquier
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Re-add locally-generated files in pg_upgrade's .gitignore and MakefileMichael Paquier
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-14Avoid ecpglib core dump with out-of-order operations.Tom Lane
2022-06-13pg_upgrade: further tweaking of make_outputdirs().Tom Lane
2022-06-12Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-10Fix collation of JSON_TABLE output columnsPeter Eisentraut