postgresql.git
2021-03-09 Michael PaquierSwitch back sslcompression to be a normal input field...
2021-03-09 Fujii MasaoTrack total amounts of times spent writing and syncing...
2021-03-09 Michael PaquierAdd support for more progress reporting in COPY
2021-03-09 Michael PaquierRemove support for SSL compression
2021-03-08 Tom LaneComplain if a function-in-FROM returns a set when it...
2021-03-08 Tom LaneProperly mark pg_stat_get_subscription() as returning...
2021-03-08 Tom LaneValidate the OID argument of pg_import_system_collations().
2021-03-08 Tom LaneFurther tweak memory management for regex DFAs.
2021-03-08 Amit KapilaTrack replication origin progress for rollbacks.
2021-03-06 Peter EisentrautAdd bit_xor aggregate function
2021-03-06 Magnus HaganderClarify that CREATEROLE roles are considered Administrators
2021-03-06 Tom LaneAdd binary I/O capability for cube datatype.
2021-03-06 Magnus HaganderImprove docs on updatable views
2021-03-06 Michael Paquierpgbench: Simplify some port, host, user and dbname...
2021-03-05 Tom LaneDoc: remove obsolete entries in table of BRIN strategy...
2021-03-05 Tom LaneRemove deprecated containment operators for contrib...
2021-03-05 Michael Paquierdoc: Add backlinks to progress reporting documentation
2021-03-05 Michael PaquierAdd support for PROVE_TESTS and PROVE_FLAGS in MSVC...
2021-03-04 Andrew DunstanClose psql processes gracefully in recovery tests
2021-03-04 Peter Eisentrautpg_upgrade: Fix oversight in version checking
2021-03-04 Fujii MasaoRemove redundant getenv() for PGUSER, in psql help.
2021-03-04 Heikki LinnakangasAvoid extra newline in errors received in FE protocol...
2021-03-04 Heikki LinnakangasRemove server and libpq support for old FE/BE protocol...
2021-03-03 Tom LaneAdd trim_array() function.
2021-03-03 Tom LaneMake test_target_session_attrs more robust against...
2021-03-03 Peter Eisentrautpg_upgrade: Check version of target cluster binaries
2021-03-03 Amit KapilaClarify the usage of max_replication_slots on the subsc...
2021-03-03 Peter EisentrautSome copy-editing of GUC descriptions
2021-03-03 Tom LaneSilence perlcritic warning in commit ee28cacf6.
2021-03-03 Thomas MunroUse sort_template.h for qsort_tuple() and qsort_ssup().
2021-03-03 Thomas MunroUse sort_template.h for qsort() and qsort_arg().
2021-03-03 Thomas MunroAdd sort_template.h for making sort functions.
2021-03-03 Amit KapilaAdd option to enable two_phase commits via pg_create_lo...
2021-03-03 Tom LaneExtend the abilities of libpq's target_session_attrs...
2021-03-03 Michael PaquierAdd --tablespace option to reindexdb
2021-03-02 Peter Geoghegannbtree page deletion: Add leaftopparent assertion.
2021-03-02 Peter GeogheganFix nbtree page deletion error messages.
2021-03-02 Tom LaneMark default_transaction_read_only as GUC_REPORT.
2021-03-02 Alvaro HerreraUse native path separators to pg_ctl in initdb
2021-03-02 Tom LaneSuppress unnecessary regex subre nodes in a couple...
2021-03-02 Tom LaneImprove performance of regular expression back-references.
2021-03-02 Tom LaneFix semantics of regular expression back-references.
2021-03-02 Michael PaquierFix duplicated test case in TAP tests of reindexdb
2021-03-02 Michael PaquierSimplify code to switch pg_class.relrowsecurity in...
2021-03-02 Michael Paquierdoc: Improve description of data checksums
2021-03-02 Michael Paquierdoc: Mention archive_command failure handling on signals
2021-03-01 Tom LaneImprove reporting for syntax errors in multi-line JSON...
2021-03-01 Thomas MunroRemove obsolete comment for WaitForProcSignalBarrier().
2021-03-01 Andres FreundFix recovery test hang in 021_row_visibility.pl on...
2021-03-01 Thomas MunroAllow condition variables to be used in interrupt code.
2021-03-01 Thomas MunroUse condition variables for ProcSignalBarriers.
2021-03-01 Amit KapilaAvoid repeated decoding of prepared transactions after...
2021-03-01 Thomas MunroUse FeBeWaitSet for walsender.c.
2021-03-01 Thomas MunroIntroduce symbolic names for FeBeWaitSet positions.
2021-03-01 Amit KapilaUpdate docs of logical replication for commit ce0fdbfe97.
2021-03-01 Amit KapilaUpdate the docs and comments for decoding of prepared...
2021-03-01 Thomas MunroUse EVFILT_SIGNAL for kqueue latches.
2021-03-01 Thomas MunroUse signalfd(2) for epoll latches.
2021-02-28 Thomas MunroUse SIGURG rather than SIGUSR1 for latches.
2021-02-28 Thomas MunroOptimize latches to send fewer signals.
2021-02-28 Thomas MunroRemove latch.c workaround for Linux < 2.6.27.
2021-02-27 Michael Paquierpgbench: Remove now-dead CState->ecnt
2021-02-27 Alvaro HerreraFix use-after-free bug with AfterTriggersTableData...
2021-02-27 Noah MischRaise a timeout to 180s, in contrib/test_decoding.
2021-02-27 David RowleyAdd missing TidRangeScan readfunc
2021-02-27 David RowleyAdd TID Range Scans to support efficient scanning range...
2021-02-27 Peter EisentrautEnhanced cycle mark values
2021-02-26 Tom LaneDoc: further clarify libpq's description of connection...
2021-02-26 Tom LaneImprove memory management in regex compiler.
2021-02-26 Peter EisentrautExtend a test case a little
2021-02-26 Michael Paquierdoc: Improve {archive,restore}_command for compressed...
2021-02-26 Thomas MunroRevert "pg_collation_actual_version() -> pg_collation_c...
2021-02-26 Tom LaneFix list-manipulation bug in WITH RECURSIVE processing.
2021-02-25 Peter GeogheganVACUUM VERBOSE: Count "newly deleted" index pages.
2021-02-25 Tom LaneDoc: remove src/backend/regex/re_syntax.n.
2021-02-25 Tom LaneChange regex \D and \W shorthands to always match newlines.
2021-02-25 Tom LaneAllow complemented character class escapes within regex...
2021-02-25 Fujii MasaoImprove tab-completion for TRUNCATE.
2021-02-25 Michael Paquierdoc: Mention PGDATABASE as supported by pgbench
2021-02-25 Peter GeogheganUse full 64-bit XIDs in deleted nbtree pages.
2021-02-25 Amit KapilaFix relcache reference leak introduced by ce0fdbfe97.
2021-02-24 Michael PaquierFix some typos, grammar and style in docs and comments
2021-02-24 Peter EisentrautMessage style fix
2021-02-24 Michael Paquierdoc: Improve description of wal_receiver_status_interval
2021-02-23 Alvaro HerreraFix confusion in comments about generate_gather_paths
2021-02-23 Alvaro HerreraReinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as...
2021-02-23 Tom LaneSuppress compiler warning in new regex match-all detect...
2021-02-23 Alvaro HerreraVACUUM: ignore indexing operations with CONCURRENTLY
2021-02-23 Peter EisentrautSimplify printing of LSNs
2021-02-23 Amit KapilaFix an oversight in ReorderBufferFinishPrepared.
2021-02-23 Amit KapilaChange the error message for logical replication authen...
2021-02-22 Alvaro HerreraRemove pointless HeapTupleHeaderIndicatesMovedPartition...
2021-02-22 Alvaro HerreraFix typo
2021-02-22 Magnus HaganderFix docs build for website styles
2021-02-22 Thomas MunroTab-complete CREATE COLLATION.
2021-02-22 Thomas MunroRefactor get_collation_current_version().
2021-02-22 Thomas Munropg_collation_actual_version() -> pg_collation_current_v...
2021-02-22 Thomas MunroHide internal error for pg_collation_actual_version...
2021-02-22 Fujii MasaoInitialize atomic variable waitStart in PGPROC, at...
2021-02-22 Peter EisentrautImprove new hash partition bound check error messages
next