users/gsingh/postgres.git
2022-03-25 Alvaro HerreraFix replay of create database records on standby
2022-03-25 Peter EisentrautMake update-unicode target work in vpath builds
2022-03-25 Peter EisentrautRefactor DLSUFFIX handling
2022-03-25 Etsuro Fujitapostgres_fdw: Minor cleanup for pgfdw_abort_cleanup().
2022-03-25 Michael PaquierFix typos in standby.c
2022-03-25 Amit KapilaRemove some useless free calls.
2022-03-25 Tatsuo IshiiSecond attempt to fix pgbench TAP test.
2022-03-25 Thomas MunroImprove command line options for pg_waldump.
2022-03-25 Andres FreundAdd retries for further investigation of 019_replslot_l...
2022-03-24 Daniel GustafssonList offending databases in pg_upgrade datallowconn...
2022-03-24 Tom LaneFix pg_statio_all_tables view for multiple TOAST indexes.
2022-03-24 Daniel GustafssonRemove unused module imports from TAP tests
2022-03-24 Robert HaasFix possible recovery trouble if TRUNCATE overlaps...
2022-03-24 Alvaro HerreraWrap inline function definitions in #ifndef FRONTEND
2022-03-24 Tomas VondraAdd decoding of sequences to built-in replication
2022-03-24 Tom LaneDoc: add some documentation about serialization failure...
2022-03-24 Alvaro HerreraChange fastgetattr and heap_getattr to inline functions
2022-03-24 Tom LaneInvent recursive_worktable_factor GUC to replace hard...
2022-03-24 Peter EisentrautRemove unnecessary translator comment
2022-03-24 Michael Paquierdoc: Improve postgres command for shared_memory_size_in...
2022-03-24 Thomas MunroAdd additional filtering options to pg_waldump.
2022-03-24 Tatsuo IshiiFix pgbench TAP test.
2022-03-24 Michael PaquierRefactor code related to pg_hba_file_rules() into new...
2022-03-24 Michael PaquierAdd some basic regression tests for pg_freespacemap
2022-03-23 Andres FreundDon't try to translate NULL in GetConfigOptionByNum().
2022-03-23 Andres FreundDon't call fwrite() with len == 0 when writing out...
2022-03-23 Andres Freundconfigure: check for dlsym instead of dlopen.
2022-03-23 Andrew DunstanClean test_rls_hooks module
2022-03-23 Andres Freundci: test headerscheck, cpluspluscheck as part of Compil...
2022-03-23 Alvaro Herrerapg_upgrade: Upgrade an Assert to a real 'if' test
2022-03-23 Robert Haaspg_basebackup: Try to fix some failures on Windows.
2022-03-23 Alvaro HerreraFix "missing continuation record" after standby promotion
2022-03-23 Alvaro Herreratest_decoding: Add comments about delaying BEGIN/PREPARE
2022-03-23 Robert HaasIn get_bc_algorithm_name, add a dummy return statement.
2022-03-23 Andrew DunstanForce NO_LOCALE / UTF8 for test_oat_hooks tests
2022-03-23 Andrew DunstanUse approved style for listing OBJS in test_oat_hooks...
2022-03-23 Robert HaasUnbreak the build.
2022-03-23 Robert HaasReplace BASE_BACKUP COMPRESSION_LEVEL option with COMPR...
2022-03-23 Tatsuo IshiiAllow pgbench to retry in some cases.
2022-03-23 Thomas MunroTry to stabilize vacuum test.
2022-03-23 Andrew DunstanTemporarily disable installcheck for test_oat_hooks...
2022-03-22 Andrew DunstanRevert "Common SQL/JSON clauses"
2022-03-22 Andres FreundAdd missing xlogdefs.h include to pg_subscription.h.
2022-03-22 Andrew DunstanCommon SQL/JSON clauses
2022-03-22 Andrew DunstanTidy up Object Access hooks tests
2022-03-22 Andrew DunstanFix new Object Access hooks test
2022-03-22 Andres FreundAdd missing dependency of pg_dumpall to WIN32RES.
2022-03-22 Andres Freundpgstat: fix function name in comment.
2022-03-22 Andrew DunstanAdd a test module for Object Access hooks
2022-03-22 Andrew DunstanAdd String object access hooks
2022-03-22 Tom LaneRevert "graceful shutdown" changes for Windows.
2022-03-22 Dean RasheedAdd support for security invoker views.
2022-03-22 Peter Eisentrautpgcrypto: Remove internal padding implementation
2022-03-22 Michael PaquierFix failures in SSL tests caused by out-of-tree keys...
2022-03-22 Amit KapilaAdd ALTER SUBSCRIPTION ... SKIP.
2022-03-21 Andres Freundpgstat: reorder pgstat.[ch] contents.
2022-03-21 Tom LaneFix assorted missing logic for GroupingFunc nodes.
2022-03-21 Andres Freundpgstat: split different types of stats into separate...
2022-03-21 Tom LaneFix bogus dependency handling for GENERATED expressions.
2022-03-21 Tom LaneMove pg_attrdef manipulation code into new file catalog...
2022-03-21 Tom LaneFix risk of deadlock failure while dropping a partition...
2022-03-21 Tom LaneRemove workarounds for avoiding [U]INT64_FORMAT in...
2022-03-21 Magnus HaganderFix typo in file identification
2022-03-21 Andres Freundpgstat: separate "xact level" handling out of relation...
2022-03-21 Andres Freundpgstat: rename pgstat_initstats() to pgstat_relation_in...
2022-03-21 Andres Freundpgstat: introduce pgstat_relation_should_count().
2022-03-20 Alvaro HerreraBlind fix for uninitialized memory bug in ba9a7e392171
2022-03-20 Thomas MunroLog regression.diffs in 027_stream_regress.pl.
2022-03-20 Tom Lanepsql: handle tab completion of timezone names after...
2022-03-20 Alvaro HerreraEnforce foreign key correctly during cross-partition...
2022-03-20 Tom LaneDoc: fix our example systemd script.
2022-03-20 Peter EisentrautFix global ICU collations for ICU < 54
2022-03-19 Andres FreundAdd a few recent and not so recent revs to git-blame...
2022-03-19 Andres Freundpgstat: split out WAL handling from pgstat_{initialize...
2022-03-19 Andres Freundpgstat: split relation, database handling out of pgstat...
2022-03-19 Andres Freundpgstat: run pgindent on pgstat.c/h.
2022-03-19 Andres Freundci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert...
2022-03-19 Alvaro HerreraFix an outdated and grammatically wrong comment
2022-03-19 Michael PaquierImprove handling of SET ACCESS METHOD for ALTER MATERIA...
2022-03-19 Michael PaquierAdd regression tests for ALTER MATERIALIZED VIEW with...
2022-03-19 Michael Paquierdoc: Mention SET TABLESPACE clause for ALTER MATERIALIZ...
2022-03-19 Andres FreundSilence -Wmaybe-uninitialized compiler warning in dbcom...
2022-03-19 Noah MischClose race condition in slot_creation_error.spec.
2022-03-18 Andres Freundci: compile with -Og where applicable.
2022-03-18 Andres Freundci: include hints how to install OS packages.
2022-03-18 Tom LaneFix incorrect xmlschema output for types timetz and...
2022-03-18 Tom LaneSpecify database encoding in new ICU test.
2022-03-18 Tom LaneDoc: remove bogus instruction to install contrib/hstore.
2022-03-18 Tom LaneRemove workarounds for avoiding [U]INT64_FORMAT in...
2022-03-18 Thomas MunroAdd circular WAL decoding buffer, take II.
2022-03-18 Michael Paquierdoc: Remove mention to in-place tablespaces for pg_tabl...
2022-03-18 Michael PaquierFix header inclusion order in pg_receivewal.c
2022-03-18 Thomas MunroDeclare aarch64 has single copy atomicity for 8 byte...
2022-03-17 Tom LaneDon't bother to attach column name lists to RowExprs...
2022-03-17 Tom LaneRevert applying column aliases to the output of whole...
2022-03-17 Robert HaasRefactor code for reading and writing relation map...
2022-03-17 Tomas VondraFix row filters with multiple publications
2022-03-17 Peter Eisentrautdoc: Add documentation for new field pg_database.daticu...
2022-03-17 Alvaro HerreraSplit ExecUpdate and ExecDelete into reusable pieces
2022-03-17 Peter EisentrautAdd option to use ICU as global locale provider
next