]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2024-10-02  Robert HaasFile size in a backup manifest should use uint64, not...
2024-10-02  Daniel Gustafssondoc: Missing markup, punctuation and wordsmithing
2024-10-02  Daniel GustafssonAdd fastpaths for when no objects are found
2024-10-02  Daniel GustafssonRemove superfluous PQExpBuffer resetting
2024-10-02  Daniel Gustafssondoc: Add link to login event trigger example
2024-10-02  Fujii MasaoFix inconsistent reporting of checkpointer stats.
2024-10-02  Michael Paquierdoc: Clarify name of files generated by pg_waldump...
2024-10-01  Tom LaneReject a copy EOF marker that has data ahead of it...
2024-10-01  Peter Eisentrautinitdb: Add new option "--no-data-checksums"
2024-10-01  Peter EisentrautTweak docs to reduce possible impact of data checksums
2024-10-01  Peter EisentrautUse macro to define the number of enum values
2024-10-01  Robert HaasFix some pg_verifybackup issues reported by Coverity.
2024-10-01  Peter EisentrautSimplify checking for xlocale.h
2024-10-01  Peter Eisentrautjit: Use opaque pointers in all supported LLVM versions.
2024-10-01  Peter Eisentrautjit: Require at least LLVM 14, if enabled.
2024-10-01  Daniel Gustafssondoc: Mention the connstring key word for PGSERVICE
2024-10-01  Michael PaquierFix race condition in COMMIT PREPARED causing orphaned...
2024-10-01  Tatsuo IshiiDoc: replace unnecessary non-breaking space with ordina...
2024-09-30  Michael PaquierExpand assertion check for query ID reporting in executor
2024-09-30  Daniel GustafssonAdd missing command for pg_maintain in comment
2024-09-30  Tom LaneDo not treat \. as an EOF marker in CSV mode for COPY IN.
2024-09-30  Fujii Masaodocs: Enhance the pg_stat_checkpointer view documentation.
2024-09-30  Tom LaneRemove incorrect entries in pg_walsummary's getopt_long...
2024-09-30  Alvaro HerreraDon't disallow DROP of constraints ONLY on partitioned...
2024-09-30  Michael PaquierBump catalog version for change in VariableSetStmt
2024-09-30  Michael PaquierShow values of SET statements as constants in pg_stat_s...
2024-09-30  Fujii MasaoAdd num_done counter to the pg_stat_checkpointer view.
2024-09-30  Fujii Masaoreindexdb: Skip reindexing temporary tables and indexes.
2024-09-29  Michael PaquierSet query ID in parallel workers for vacuum, BRIN and...
2024-09-29  Noah MischRemove NULL dereference from RenameRelationInternal().
2024-09-29  Tom LaneIn passwordFromFile, don't leak the open file after...
2024-09-27  Noah MischAvoid 037_invalid_database.pl hang under debug_discard_...
2024-09-27  Nathan Bossartdoc: Note that CREATE MATERIALIZED VIEW restricts searc...
2024-09-27  Tom LaneRecalculate where-needed data accurately after a join...
2024-09-27  Robert HaasReindent pg_verifybackup.c.
2024-09-27  Robert Haaspg_verifybackup: Verify tar-format backups.
2024-09-27  Fujii MasaoFix typo in pg_walsummary/nls.mk.
2024-09-27  Michael PaquierFix incorrect memory access in VACUUM FULL with invalid...
2024-09-26  Michael PaquierFix catalog data of new LO privilege functions
2024-09-26  Nathan BossartEnsure we have a snapshot when updating pg_index entries.
2024-09-26  Nathan BossartImprove style of pg_upgrade task callback functions.
2024-09-26  Tom LaneModernize to_char's Roman-numeral code, fixing overflow...
2024-09-26  Tom LaneDoc: InitPlans aren't parallel-restricted any more.
2024-09-26  Amit KapilaDoc: Add a note in the upgrade of logical replication...
2024-09-26  Alexander KorotkovUpdate oid for pg_wal_replay_wait() procedure
2024-09-25  Nathan BossartRemove extra whitespace in pg_upgrade status message.
next