postgresql.git
3 days ago Daniel Gustafssondoc: Add example file for COPY
3 days ago Jeff DavisForce LC_COLLATE to C in postmaster.
3 days ago Álvaro HerreraFix dumping of comments on invalid constraints on domains
3 days ago Peter Geoghegannbtree: Use only one notnullkey ScanKeyData.
3 days ago Jeff Davispg_dumpall: Skip global objects with --statistics-only...
3 days ago Nathan Bossartpsql: Fix note on project naming in output of \copyright.
4 days ago Michael PaquierRefactor non-supported compression error message in...
4 days ago Fujii Masaopgoutput: Initialize missing default for "origin" param...
4 days ago Fujii Masaodoc: Document default values for pgoutput options in...
4 days ago Fujii Masaodoc: Fix confusing description of streaming option...
4 days ago Fujii Masaodoc: Clarify that total_vacuum_time excludes VACUUM...
4 days ago Tom LaneDoc: clarify description of regexp fields in pg_ident...
4 days ago Tom LaneClarify the ra != rb case in compareJsonbContainers().
4 days ago Tom LaneSilence uninitialized-value warnings in compareJsonbCon...
4 days ago Tom LaneDoc: clarify description of current-date/time functions.
5 days ago Fujii Masaopsql: Fix tab-completion after GRANT/REVOKE on LARGE...
5 days ago Michael PaquierFix comments in index.c
5 days ago Fujii Masaoamcheck: Improve error message for partitioned index...
6 days ago Michael Paquierpsql: Add variable SERVICEFILE
6 days ago Tom LaneIn username-map substitution, cope with more than one \1.
7 days ago Michael Paquierlibpq: Add "servicefile" connection option
7 days ago Nathan BossartRemove XLogCtl->ckptFullXid.
7 days ago Tom LaneReplace float8 with int in date2isoweek() and date2isoy...
7 days ago Andres FreundRemove long-unused TransactionIdIsActive()
8 days ago Thomas Munroaio: Fix configuration reload in IO workers.
8 days ago Thomas Munroaio: Remove obsolete IO worker ID references.
8 days ago Thomas Munroaio: Regularize IO worker internal naming.
8 days ago Thomas MunroFix stale idle flag when IO workers exit.
8 days ago Tom LaneFix inconsistent quoting of role names in ACLs.
8 days ago Jacob Championoauth: Run Autoconf tests with correct compiler flags
8 days ago Nathan BossartAdd FLUSH_UNLOGGED option to CHECKPOINT command.
8 days ago Nathan BossartAdd MODE option to CHECKPOINT command.
8 days ago Nathan BossartAdd option list to CHECKPOINT command.
8 days ago Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
8 days ago Nathan BossartRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
8 days ago Tom LaneForce LC_NUMERIC to C while running TAP tests.
9 days ago Amit KapilaFix the handling of two GUCs during upgrade.
9 days ago Tatsuo IshiiDoc: fix outdated protocol version.
9 days ago Fujii Masaodoc: Clarify meaning of "idle" in idle_replication_slot...
9 days ago Fujii MasaoChange unit of idle_replication_slot_timeout to seconds.
9 days ago Daniel GustafssonFix sslkeylogfile error handling logging
9 days ago Nathan Bossartpg_dump: Fix object-type sort priority for large objects.
10 days ago Michael Paquierbtree_gist: Merge the last two versions into version 1.8
10 days ago Michael Paquierinjection_points: Add injection_points_list()
10 days ago Andres FreundUse pg_assume() to avoid compiler warning below exec_se...
10 days ago Andres FreundAdd pg_assume(expr) macro
10 days ago Tom LaneLink libpq with libdl if the platform needs that.
10 days ago Jeff DavisChange wchar2char() and char2wchar() to accept a locale_t.
10 days ago Tom LaneMinor tweaks for pg_test_timing.
10 days ago Nathan BossartIntroduce pg_dsm_registry_allocations view.
10 days ago Masahiko SawadaFix tab-completion for COPY and \copy options.
10 days ago Fujii Masaopsql: Improve psql tab completion for GRANT/REVOKE...
11 days ago John NaylorHide ICU C++ APIs from pg_locale.h
11 days ago Michael Paquierlibpq: Add TAP test for nested service file
11 days ago Amit KapilaDoc: Improve logical replication failover documentation.
11 days ago Michael Paquierlibpq: Remove PQservice()
11 days ago Tom LaneFix up misuse of "volatile" in contrib/xml2.
11 days ago Tom LaneFix low-probability memory leak in XMLSERIALIZE(.....
11 days ago Álvaro HerreraFix a couple more places in docs for pg_lsn change
11 days ago Tom LaneChange pg_test_timing to measure in nanoseconds not...
12 days ago Michael Paquierpg_walsummary: Improve stability of test checking stati...
12 days ago Andres Freundaio: Combine io_uring memory mappings, if supported
12 days ago Richard GuoConsider explicit incremental sort for Append and Merge...
12 days ago Jacob Championoauth: Fix kqueue detection on OpenBSD
12 days ago Álvaro HerreraAdapt pg_upgrade test to pg_lsn output format difference
12 days ago Tom LaneRestore the ability to run pl/pgsql expression queries...
12 days ago Álvaro HerreraRefactor some repetitive SLRU code
12 days ago Álvaro HerreraStandardize LSN formatting by zero padding
13 days ago Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
13 days ago Michael PaquierFix incompatibility with libxml2 >= 2.14
2025-07-06 Etsuro Fujitapostgres_fdw: Add Assert to estimate_path_cost_size().
2025-07-04 Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
2025-07-04 Álvaro Herrerapg_upgrade: Add missing newline in error message
2025-07-04 Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
2025-07-04 Fujii Masaoamcheck: Remove unused IndexCheckableCallback typedef.
2025-07-04 Michael PaquierDisable commit timestamps during bootstrap
2025-07-04 Fujii MasaoSpeed up truncation of temporary relations.
2025-07-03 Tom LaneSimplify COALESCE() with one surviving argument.
2025-07-03 Tom LaneAdd more cross-type comparisons to contrib/btree_gin.
2025-07-03 Tom LaneAdd cross-type comparisons to contrib/btree_gin.
2025-07-03 Tom LaneBreak out xxx2yyy_opt_overflow APIs for more datetime...
2025-07-03 Tom LaneObtain required table lock during cross-table updates...
2025-07-03 Álvaro HerreraAdd tab-completion for ALTER TABLE not-nulls
2025-07-03 Fujii MasaoRemove leftover dead code from commit_ts.h.
2025-07-03 Álvaro HerreraFix broken XML
2025-07-03 Fujii Masaodoc: Update outdated descriptions of wal_status in...
2025-07-03 Álvaro HerreraPrevent creation of duplicate not-null constraints...
2025-07-03 Álvaro HerreraFix bogus grammar for a CREATE CONSTRAINT TRIGGER error
2025-07-03 Michael PaquierRefactor subtype field of AlterDomainStmt
2025-07-03 Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
2025-07-03 Fujii MasaoSupport multi-line headers in COPY FROM command.
2025-07-03 Michael PaquierImprove checks for GUC recovery_target_timeline
2025-07-03 Richard GuoEnable use of Memoize for ANTI joins
2025-07-02 Michael PaquierAdd InjectionPointList() to retrieve list of injection...
2025-07-02 Tom LaneCorrectly copy the target host identification in PQcanc...
2025-07-02 Nathan BossartFix cross-version upgrade test breakage from commit...
2025-07-02 Nathan BossartMake more use of RELATION_IS_OTHER_TEMP().
2025-07-02 Nathan BossartAdd GetNamedDSA() and GetNamedDSHash().
2025-07-02 Peter GeogheganUpdate obsolete row compare preprocessing comments.
2025-07-02 Tom LaneAllow width_bucket()'s "operand" input to be NaN.
next