]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
3 hours ago  Jacob Championoauth: Fix kqueue detection on OpenBSD master github/master
3 hours ago  Álvaro HerreraAdapt pg_upgrade test to pg_lsn output format difference
5 hours ago  Tom LaneRestore the ability to run pl/pgsql expression queries...
9 hours ago  Álvaro HerreraRefactor some repetitive SLRU code
12 hours ago  Álvaro HerreraStandardize LSN formatting by zero padding
20 hours ago  Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
24 hours ago  Michael PaquierFix incompatibility with libxml2 >= 2.14
40 hours ago  Etsuro Fujitapostgres_fdw: Add Assert to estimate_path_cost_size().
3 days ago  Álvaro HerreraFix new pg_upgrade query not to rely on regnamespace
3 days ago  Álvaro Herrerapg_upgrade: Add missing newline in error message
3 days ago  Álvaro Herrerapg_upgrade: check for inconsistencies in not-null const...
3 days ago  Fujii Masaoamcheck: Remove unused IndexCheckableCallback typedef.
3 days ago  Michael PaquierDisable commit timestamps during bootstrap
4 days ago  Fujii MasaoSpeed up truncation of temporary relations.
4 days ago  Tom LaneSimplify COALESCE() with one surviving argument.
4 days ago  Tom LaneAdd more cross-type comparisons to contrib/btree_gin.
4 days ago  Tom LaneAdd cross-type comparisons to contrib/btree_gin.
4 days ago  Tom LaneBreak out xxx2yyy_opt_overflow APIs for more datetime...
4 days ago  Tom LaneObtain required table lock during cross-table updates...
4 days ago  Álvaro HerreraAdd tab-completion for ALTER TABLE not-nulls
4 days ago  Fujii MasaoRemove leftover dead code from commit_ts.h.
4 days ago  Álvaro HerreraFix broken XML
4 days ago  Fujii Masaodoc: Update outdated descriptions of wal_status in...
4 days ago  Álvaro HerreraPrevent creation of duplicate not-null constraints...
4 days ago  Álvaro HerreraFix bogus grammar for a CREATE CONSTRAINT TRIGGER error
4 days ago  Michael PaquierRefactor subtype field of AlterDomainStmt
4 days ago  Fujii Masaodoc: Remove incorrect note about wal_status in pg_repli...
4 days ago  Fujii MasaoSupport multi-line headers in COPY FROM command.
4 days ago  Michael PaquierImprove checks for GUC recovery_target_timeline
4 days ago  Richard GuoEnable use of Memoize for ANTI joins
5 days ago  Michael PaquierAdd InjectionPointList() to retrieve list of injection...
5 days ago  Tom LaneCorrectly copy the target host identification in PQcanc...
5 days ago  Nathan BossartFix cross-version upgrade test breakage from commit...
5 days ago  Nathan BossartMake more use of RELATION_IS_OTHER_TEMP().
5 days ago  Nathan BossartAdd GetNamedDSA() and GetNamedDSHash().
5 days ago  Peter GeogheganUpdate obsolete row compare preprocessing comments.
5 days ago  Tom LaneAllow width_bucket()'s "operand" input to be NaN.
5 days ago  Álvaro HerreraFix error message for ALTER CONSTRAINT ... NOT VALID
5 days ago  Peter GeogheganMake row compares robust during nbtree array scans.
5 days ago  Peter GeogheganMake handling of redundant nbtree keys more robust.
5 days ago  Daniel Gustafssondoc: pg_buffercache documentation wordsmithing
5 days ago  Peter Eisentrautmeson: Increase minimum version to 0.57.2
5 days ago  Peter EisentrautReformat some node comments
5 days ago  Masahiko SawadaFix missing FSM vacuum opportunities on tables without...
5 days ago  John NaylorRemove implicit cast from 'void *'
5 days ago  Michael PaquierFix bug in archive streamer with LZ4 decompression
5 days ago  Michael PaquierMove code for the bytea data type from varlena.c to...
6 days ago  Michael PaquierShow sizes of FETCH queries as constants in pg_stat_sta...
6 days ago  Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
6 days ago  Nathan BossartAdd commit 9e345415bc to .git-blame-ignore-revs.
6 days ago  Nathan BossartMake more use of binaryheap_empty() and binaryheap_size().
6 days ago  Nathan BossartDocument pg_get_multixact_members().
6 days ago  Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
6 days ago  Peter EisentrautFix outdated comment for IndexInfo
6 days ago  Peter EisentrautImprove code comment
6 days ago  Tom LaneMake sure IOV_MAX is defined.
6 days ago  Tom LaneMake safeguard against incorrect flags for fsync more...
6 days ago  Jeff DavisRemove provider field from pg_locale_t.
6 days ago  Jeff DavisControl ctype behavior internally with a method table.
6 days ago  Jeff DavisUse pg_ascii_tolower()/pg_ascii_toupper() where appropr...
6 days ago  Tomas VondraFix indentation in pg_numa code
6 days ago  Tomas VondraAdd CHECK_FOR_INTERRUPTS into pg_numa_query_pages
6 days ago  Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
6 days ago  Peter Eisentrautamcheck: Improve confusing message
6 days ago  Tomas VondraLimit the size of numa_move_pages requests
6 days ago  Amit KapilaFix typo in pg_publication.h.
6 days ago  Peter Eisentrautdoc: TOAST not toast
6 days ago  Peter EisentrautEnable MSVC conforming preprocessor
6 days ago  Michael Paquierxml2: Improve error handling of libxml2 calls
6 days ago  Amit LangoteFix typos in comments
6 days ago  Michael PaquierFix typo in system_views.sql's definition of pg_stat_ac...
7 days ago  Michael PaquierImprove error handling of libxml2 calls in xml.c
7 days ago  Tom LaneImprove error report for PL/pgSQL reserved word used...
7 days ago  Tom LaneDe-reserve keywords EXECUTE and STRICT in PL/pgSQL.
7 days ago  Nathan BossartAdd new OID alias type regdatabase.
7 days ago  Andres Freundaio: Fix reference to outdated name
7 days ago  Andrew DunstanAvoid uninitialized value error in TAP tests' Cluster...
7 days ago  Peter Eisentrautpgflex: propagate environment to flex subprocess
7 days ago  Peter EisentrautRemove unused #include's in src/backend/utils/adt/*
7 days ago  Peter EisentrautFix whitespace
7 days ago  Fujii Masaopsql: Improve tab completion for COPY command.
7 days ago  Peter Eisentrautdoc: explain pgstatindex fragmentation
7 days ago  Peter Eisentrautpgbench: Use standard option handling test routines
7 days ago  Peter Eisentrautdoc: Some copy-editing around prefix operators
7 days ago  Daniel Gustafssondoc: Fix typo in pg_sync_replication_slots documentation
7 days ago  Michael PaquierRationalize handling of VacuumParams
7 days ago  Michael PaquierAlign log_line_prefix in CI and TAP tests with pg_regress.c
7 days ago  Joe ConwayStamp HEAD as 19devel.
7 days ago  Joe ConwayDo pre-release housekeeping on catalog data.
7 days ago  Joe ConwayRun pgperltidy
8 days ago  Tom LaneFix some new issues with planning of PlaceHolderVars.
8 days ago  Tom LaneObtain required table lock during cross-table constrain...
8 days ago  Peter Eisentrautpg_recvlogical: Rename --two-phase and --failover options.
9 days ago  Peter EisentrautMessage style improvements
10 days ago  Nathan BossartUse correct DatumGet*() function in test_shm_mq_main().
10 days ago  Alexander KorotkovFix CheckPointReplicationSlots() with max_replication_s...
10 days ago  Michael PaquierCorrect list of files in src/backend/lib/README
11 days ago  Peter Eisentrautlibpq: Message style improvements
11 days ago  Peter EisentrautCorrect misleading error messages
11 days ago  Melanie PlagemanRemove unused check in heap_xlog_insert()
next