]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-10-16  Peter Eisentrautinitdb: Change default to using data checksums.
2024-10-16  Peter Eisentrautdoc: Fix initdb option xreflabels
2024-10-15  Nathan BossartAdd type cast to foreach_internal's loop variable.
2024-10-15  David RowleyMove clause_sides_match_join() into restrictinfo.h
2024-10-15  Masahiko SawadaAdd contrib/pg_logicalinspect.
2024-10-15  Masahiko SawadaMove SnapBuild and SnapBuildOnDisk structs to snapshot_...
2024-10-14  Tom Laneecpg: invent a saner syntax for ecpg.addons entries.
2024-10-14  Nathan BossartAdd commit 7f7474a8e4 to .git-blame-ignore-revs.
2024-10-14  Tom Laneecpg: add cross-checks to parse.pl for usage of interna...
2024-10-14  Jeff DavisMove libc-specific code from pg_locale.c into pg_locale...
2024-10-14  Tom Laneecpg: avoid breaking the IDENT precedence level in...
2024-10-14  Jeff DavisMove ICU-specific code from pg_locale.c into pg_locale_...
2024-10-14  Tom Laneecpg: improve preprocessor's memory management.
2024-10-14  Tom Laneecpg: move some functions into a new file ecpg/preproc...
2024-10-14  Tom Laneecpg: re-implement preprocessor's string management.
2024-10-14  Tom Laneecpg: major cleanup, simplification, and documentation...
2024-10-14  Tom Laneecpg: remove check_rules.pl.
2024-10-14  Tom Laneecpg: clean up documentation of parse.pl, and add more...
2024-10-14  Masahiko SawadaRemove obsolete comment in reorderbuffer.h.
2024-10-14  Masahiko SawadaUse construct_array_builtin for FLOAT8OID instead of...
2024-10-14  Peter EisentrautTrack scan reversals in MergeJoin
2024-10-14  Peter EisentrautTrack sort direction in SortGroupClause
2024-10-14  Peter EisentrautAllow TAP tests to force checksums off when calling...
2024-10-14  Peter EisentrautRun pgperltidy on newly-added test code
2024-10-14  Daniel Gustafssondoc: Add anchors for COPY format descriptions
2024-10-14  Peter EisentrautRemove traces of BeOS.
2024-10-14  Michael Paquierpsql: Fix \watch when using interval values less than 1ms
2024-10-13  Jeff DavisFixup for pg_set_relation_stats().
2024-10-13  Michael PaquierUse MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintena...
2024-10-12  Tom LaneCorrectly identify which EC members are computable...
2024-10-11  Jeff DavisFix missed case for builtin collation provider.
2024-10-11  Jeff DavisCreate functions pg_set_relation_stats, pg_clear_relati...
2024-10-11  Daniel GustafssonAvoid mixing custom and OpenSSL BIO functions
2024-10-11  Nathan BossartAdd pg_ls_summariesdir().
2024-10-11  Heikki LinnakangasMark consume_xids test functions VOLATILE and PARALLEL...
2024-10-11  Daniel GustafssonFix typo in connection limits test
2024-10-11  Álvaro HerreraUse deconstruct_array_builtin instead of deconstruct_array
2024-10-11  Tatsuo Ishiipgbench: Improve result outputs related to failed trans...
2024-10-11  David RowleyAdjust EXPLAIN's output for disabled nodes
2024-10-10  Tom LaneDon't hard-code the input file name in gen_tabcomplete...
2024-10-10  Tom LaneAvoid possible segfault in psql's tab completion.
2024-10-10  Álvaro HerreraUnbreak overflow test for attinhcount/coninhcount
2024-10-10  Fujii MasaoImprove descriptions of some pg_stat_checkpoints functi...
2024-10-09  Tom LaneAvoid crash in estimate_array_length with null root...
2024-10-09  Michael PaquierApply GUC name from central table in more places of...
2024-10-09  Richard GuoAllow pushdown of HAVING clauses with grouping sets
2024-10-09  Richard GuoConsider explicit incremental sort for mergejoins
2024-10-09  Daniel GustafssonRemove incorrect function import from pgindent
2024-10-08  Tom LaneAllow roles created by new test to log in under SSPI.
2024-10-08  Michael Paquierpg_stat_statements: Add columns to track parallel worke...
2024-10-08  Michael PaquierIntroduce two fields in EState to track parallel worker...
2024-10-08  Tom LaneSilence assorted annoying test output.
2024-10-08  Tom LaneAdd min and max aggregates for bytea type.
2024-10-08  Andres FreundUse aux process resource owner in walsender
2024-10-08  Andres Freundbufmgr/smgr: Don't cross segment boundaries in StartRea...
2024-10-08  Andres Freundbufmgr: Return early in ScheduleBufferTagForWriteback...
2024-10-08  Tom LaneSilence buildfarm warning chatter from bd1276a3c.
2024-10-08  Heikki LinnakangasFix typo and run pgperltidy on newly-added test
2024-10-08  Heikki LinnakangasUse an shmem_exit callback to remove backend from PMChi...
2024-10-08  Heikki LinnakangasAdd test for dead-end backends
2024-10-08  Heikki LinnakangasAdd test for connection limits
2024-10-08  Tatsuo IshiiDoc: add check to detect non-breaking spaces in the...
2024-10-08  Fujii MasaoMove check for binary mode and on_error option to the...
2024-10-08  Fujii MasaoAdd REJECT_LIMIT option to the COPY command.
2024-10-08  Amit KapilaStabilize the test added by commit 022564f60c.
2024-10-08  Michael PaquierImprove style of two code paths
2024-10-08  Jeff DavisFix search_path cache initialization.
2024-10-07  Nathan BossartFix test for password hash length limit.
2024-10-07  Nathan Bossartvacuumdb: Schema-qualify operator in catalog query...
2024-10-07  Nathan BossartFix Y2038 issues with MyStartTime.
2024-10-07  Tom LaneConvert tab-complete's long else-if chain to a switch...
2024-10-07  Tom LanePrepare tab-complete.c for preprocessing.
2024-10-07  Tom LaneInvent "MatchAnyN" option for tab-complete.c's Matches...
2024-10-07  Nathan BossartRestrict password hash length.
2024-10-07  Amit KapilaFix fetching default toast value during decoding of...
2024-10-07  Daniel Gustafssondoc: Quote value in SET NAMES documentation
2024-10-07  Michael Paquierdoc: Add minimal C and SQL example to add a custom...
2024-10-07  Michael PaquierUse camel case for "DateStyle" in some error messages
2024-10-06  Tom LaneIgnore not-yet-defined Portals in pg_cursors view.
2024-10-06  Andrew DunstanMove Cluster.pm initialization code to a more obvious...
2024-10-06  Michael Paquierlibpq: Discard leading and trailing spaces for paramete...
2024-10-05  Tom LaneUse generateClonedIndexStmt to propagate CREATE INDEX...
2024-10-05  Heikki LinnakangasClean up WaitLatch calls that passed latch without...
2024-10-05  Heikki LinnakangasRemove unneeded #include
2024-10-05  Heikki LinnakangasRemove unused latch
2024-10-05  Thomas MunroReject non-ASCII locale names.
2024-10-04  Tom Laneecpg: avoid adding whitespace around '&' in connection...
2024-10-04  Peter EisentrautRename PageData to GenericXLogPageData
2024-10-04  Dean RasheedSpeed up numeric division by always using the "fast...
2024-10-04  Michael PaquierRemove assertion checking query ID in execMain.c
2024-10-03  Dean RasheedFix wrong varnullingrels error for MERGE WHEN NOT MATCH...
2024-10-03  Dean RasheedFix incorrect non-strict join recheck in MERGE WHEN...
2024-10-03  Amit LangoteReplace Unicode apostrophe with ASCII apostrophe
2024-10-03  Fujii MasaoRefactor CopyFrom() in copyfrom.c.
2024-10-03  Fujii Masaofile_fdw: Add on_error and log_verbosity options to...
2024-10-03  Fujii MasaoAdd log_verbosity = 'silent' support to COPY command.
2024-10-03  Amit LangoteFix expression list handling in ATExecAttachPartition()
2024-10-03  Michael PaquierRemove support for unlogged on partitioned tables
2024-10-03  Tom LaneAdjust json_manifest_per_file_callback API in one more...
2024-10-02  Tom LaneParse libpq's "keepalives" option more like other integ...
next