postgresql.git
5 hours ago Jeff DavisComment typo fixes: pg_wchar_t should be pg_wchar. master github/master
26 hours ago David RowleyFix incorrect logic for caching ResultRelInfos for...
38 hours ago Dean RasheedGuard against division by zero in test_int128 module.
2 days ago Michael Paquierpg_rewind: Skip copy of WAL segments generated before...
2 days ago Fujii Masaopsql: Improve tab completion for large objects.
3 days ago Tom LaneUpdate expected output for contrib/sepgsql's regression...
3 days ago Daniel Gustafssondoc: Remove mention of Git protocol support
3 days ago Tom LaneAvoid memory leak in validation of a PL/Python trigger...
3 days ago Tom LaneFix off-by-one Asserts in FreePageBtreeInsertInternal...
3 days ago Tom LaneFix resource leaks in PL/Python error reporting, redux.
3 days ago Amit KapilaIntroduce "REFRESH SEQUENCES" for subscriptions.
3 days ago Michael Paquierpg_rewind: Extend code detecting relation files to...
3 days ago Fujii MasaoAdd comments explaining overflow entries in the replica...
3 days ago Tatsuo IshiiFix coding style with "else".
3 days ago David RowleyFix some misplaced comments in parallel_schedule
4 days ago Masahiko SawadaAdd copyright notice to vacuum_horizon_floor.pl test.
4 days ago David RowleyFix incorrect zero extension of Datum in JIT tuple...
4 days ago Tom LaneAvoid assuming that time_t can fit in an int.
4 days ago Nathan BossartFix type of infomask parameter in htup_details.h functions.
4 days ago Tom LaneRemove useless pstrdup() calls.
4 days ago Tom LaneFix memory leaks in scripts/vacuuming.c.
4 days ago Tom LaneFix memory leaks in pg_combinebackup/reconstruct.c.
4 days ago Nathan BossartRemove make_temptable_name_n().
4 days ago Fujii MasaoMake invalid primary_slot_name follow standard GUC...
4 days ago Tatsuo IshiiFix multi WinGetFuncArgInFrame/Partition calls with...
4 days ago Fujii MasaoFix stalled lag columns in pg_stat_replication when...
4 days ago Michael PaquierBump catalog version for new function error_on_null()
4 days ago Michael PaquierAdd error_on_null(), checking if the input is the null...
5 days ago David RowleyUse CompactAttribute more often, when possible
5 days ago Tom LaneAvoid short seeks in pg_restore.
5 days ago Nathan BossartAdd reminder to create .abi-compliance-history.
5 days ago Jeff DavisMake char2wchar() static.
5 days ago Jeff DavisRemove obsolete global database_ctype_is_c.
5 days ago Jeff Davistsearch: use database default collation for parsing.
5 days ago Nathan BossartAdd previous commit to .git-blame-ignore-revs.
5 days ago Nathan BossartRe-pgindent brin.c.
5 days ago Álvaro HerreraMake smgr access for a BufferManagerRelation safer...
5 days ago David RowleyFix BRIN 32-bit counter wrap issue with huge tables
5 days ago Michael PaquierFix comment in pg_get_shmem_allocations_numa()
5 days ago Richard GuoFix pushdown of degenerate HAVING clauses
6 days ago Michael PaquierFix POSIX compliance in pgwin32_unsetenv() for "name...
6 days ago Masahiko SawadaSupport COPY TO for partitioned tables.
6 days ago Tom LaneFix thinko in commit 7d129ba54.
6 days ago Fujii Masaopg_dump: Remove unnecessary code for security labels...
7 days ago Michael Paquierpg_checksums: Use new routine to retrieve data of PG_VE...
7 days ago Tom LaneAdd static assertion that RELSEG_SIZE fits in an int.
7 days ago Tom LaneDon't rely on zlib's gzgetc() macro.
8 days ago Tatsuo IshiiFix Coverity issue reported in commit 2273fa32bce.
8 days ago Jeff DavisAdd pg_database_locale() to retrieve database default...
8 days ago Jeff DavisAdd pg_iswxdigit(), useful for tsearch.
8 days ago Tom LaneAllow role created by new test to log in on Windows.
8 days ago David RowleyTidyup truncate_useless_pathkeys() function
8 days ago Álvaro HerreraFix determination of not-null constraint "locality...
8 days ago Álvaro HerreraFix pg_dump sorting of foreign key constraints
8 days ago David RowleyFix reset of incorrect hash iterator in GROUPING SETS...
9 days ago David RowleyEnglishify comment wording
9 days ago Tomas VondraFix hashjoin memory balancing logic
9 days ago Masahiko SawadaRemove unused data_bufsz from DecodedBkpBlock struct.
9 days ago Nathan BossartFix privilege checks for pg_prewarm() on indexes.
9 days ago Tom LaneImprove TAP tests by replacing ok() with better Test...
9 days ago Daniel GustafssonAvoid warnings in tests when openssl binary isn't available
9 days ago Peter EisentrautChange config_generic.vartype to be initialized at...
9 days ago Peter EisentrautUse designated initializers for guc_tables
9 days ago Daniel Gustafssonecpg: check return value of replace_variables()
9 days ago Daniel GustafssonReplace defunct URL with stable archive.org URL in...
9 days ago Michael PaquierImprove TAP tests by replacing ok() with better Test...
9 days ago Fujii Masaodoc: Clarify when backend_xmin in pg_stat_replication...
9 days ago Michael PaquierFix matching check in recovery test 042_low_level_backup
9 days ago Michael Paquierpg_createsubscriber: Fix matching check in TAP test
10 days ago Álvaro HerreraFix update-po for the PGXS case
10 days ago Tom LaneAdd more TAP test coverage for pg_dump.
10 days ago Tom LaneSplit 002_pg_dump.pl into two test files.
10 days ago Tom LaneAlign the data block sizes of pg_dump's various compres...
10 days ago Nathan BossartRemove partColsUpdated.
10 days ago Amit KapilaRefactor logical worker synchronization code into a...
10 days ago Amit LangoteFix EPQ crash from missing partition directory in EState
10 days ago Michael PaquierOverride log_error_verbosity to "default" in test 009_l...
11 days ago Michael PaquierAdd tests for logging of temporary file removal and...
11 days ago Nathan BossartFix lookup code for REINDEX INDEX.
11 days ago Jeff DavisAdd pg_iswalpha() and related functions.
11 days ago Nathan BossartFix lookups in pg_{clear,restore}_{attribute,relation...
11 days ago Peter EisentrautChange reset_extra into a config_generic common field
11 days ago Peter EisentrautAdd log_autoanalyze_min_duration
11 days ago Etsuro FujitaFix EvalPlanQual handling of foreign/custom joins in...
11 days ago Peter EisentrautAdd some const qualifiers
11 days ago Peter EisentrautModernize some for loops
11 days ago Peter Eisentrautplpython: Remove support for major version conflict...
11 days ago Amit KapilaStandardize use of REFRESH PUBLICATION in code and...
11 days ago Michael Paquierpg_createsubscriber: Use new routine to retrieve data...
11 days ago Michael Paquierpg_resetwal: Use new routine to retrieve data of PG_VERSION
11 days ago Michael Paquierpg_combinebackup: Use new routine to retrieve data...
11 days ago Masahiko SawadaRevert "pg_createsubscriber: Add log message when no...
12 days ago Melanie PlagemanMake heap_page_is_all_visible independent of LVRelState
12 days ago Melanie PlagemanInline TransactionIdFollows/Precedes[OrEquals]()
12 days ago Melanie PlagemanAdd helper for freeze determination to heap_page_prune_...
12 days ago Masahiko Sawadapg_createsubscriber: Add log message when no publicatio...
12 days ago Jeff Davispg_regc_locale.c: rename some static functions.
12 days ago Nathan Bossartdblink: Avoid locking relation before privilege check.
12 days ago Melanie PlagemanBump XLOG_PAGE_MAGIC after xl_heap_prune change
12 days ago Tatsuo IshiiUse ereport rather than elog in WinCheckAndInitializeNu...
next