users/gsingh/postgres.git
2019-12-17 Robert HaasUse PostgresSigHupHandler in more places.
2019-12-17 Robert HaasMove interrupt-handling code into subroutines.
2019-12-17 Amit KapilaChange overly strict Assert in TransactionGroupUpdateXi...
2019-12-17 Peter GeogheganRename nbtree tuple macros.
2019-12-17 Michael PaquierFix query cancellation handling in psql
2019-12-17 Tom LaneFix "force_parallel_mode = regress" to work with ANALYZ...
2019-12-17 Peter GeogheganUpdate nbtree README's "Scans during Recovery".
2019-12-16 Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-16 Alvaro HerreraDemote variable from global to local
2019-12-16 Heikki LinnakangasFix yet another crash in page split during GiST index...
2019-12-16 Peter EisentrautFix build of Perl-using modules of Windows
2019-12-16 Peter EisentrautSort out getpeereid() and peer auth handling on Windows
2019-12-16 Etsuro FujitaClean up some misplaced comments in partition_join...
2019-12-15 Michael PaquierRemove duplicated progress reporting during heap scan...
2019-12-14 Tom LaneTry to stabilize results of new tuplesort regression...
2019-12-14 Tom LanePrevent overly-aggressive collapsing of joins to RTE_RE...
2019-12-14 Michael PaquierFix memory leak when initializing DH parameters in...
2019-12-14 Thomas MunroFix mdsyncfiletag(), take II.
2019-12-14 Thomas MunroDon't use _mdfd_getseg() in mdsyncfiletag().
2019-12-13 Heikki LinnakangasFix crash when a page was split during GiST index creation.
2019-12-13 Tom LaneModernize our readline API a tad.
2019-12-12 Tom LanePut back regression test case in a more robust form.
2019-12-12 Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12 Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-12 Alvaro Herrera(Blindly) tweak new test regex
2019-12-12 Etsuro FujitaRemove extra parenthesis from comment.
2019-12-12 Tom LaneAdd readfuncs.c support for AppendRelInfo.
2019-12-11 Tom LaneRemove unstable test case added in commit 5935917ce.
2019-12-11 Tom LaneAllow executor startup pruning to prune all child nodes.
2019-12-11 Tom LaneFurther adjust EXPLAIN's choices of table alias names.
2019-12-11 Alvaro HerreraEmit parameter values during query bind/execute errors
2019-12-11 Tom LaneUse only one thread to handle incoming signals on Windows.
2019-12-11 Peter EisentrautRemove ATPrepSetStatistics
2019-12-11 Peter EisentrautFix output of Unicode normalization test
2019-12-11 Michael PaquierFix some compiler warnings with timestamp parsing in...
2019-12-10 Tom LaneFix tuple column count in pg_control_init().
2019-12-10 Peter EisentrautCosmetic cleaning of pg_config.h.win32
2019-12-10 Alvaro HerreraAdd backend-only appendStringInfoStringQuoted
2019-12-10 Tom LaneIn pg_ctl, work around ERROR_SHARING_VIOLATION on the...
2019-12-10 Etsuro FujitaFix handling of multiple AFTER ROW triggers on a foreig...
2019-12-09 Tom LaneFix race condition in our Windows signal emulation.
2019-12-09 Tom LaneImprove isolationtester's timeout management.
2019-12-09 Amit KapilaFix typos in miscinit.c.
2019-12-08 Noah MischDocument search_path security with untrusted dbowner...
2019-12-08 Tom LaneDoc: improve documentation about run-time pruning's...
2019-12-07 Andrew DunstanRemove PQsslpassword function
2019-12-06 Tom LaneImprove test coverage of ruleutils.c.
2019-12-06 Jeff DavisFix comments in execGrouping.c
2019-12-06 Tom LaneDisallow non-default collation in ADD PRIMARY KEY/UNIQU...
2019-12-06 Michael PaquierFix handling of OpenSSL's SSL_clear_options
2019-12-06 Michael PaquierImprove some comments in pg_upgrade.c
2019-12-06 Michael PaquierRemove configure check for OpenSSL's SSL_get_current_co...
2019-12-05 Robert Haaspg_basebackup: Refactor code for reading COPY and tar...
2019-12-05 Robert HaasMinor comment improvements for instrumentation.h
2019-12-04 Alvaro HerreraBlind attempt at fixing ecpg/compatlib's build
2019-12-04 Alvaro HerreraOffer pnstrdup to frontend code
2019-12-04 Peter EisentrautUpdate minimum SSL version
2019-12-04 Etsuro FujitaFix whitespace.
2019-12-04 Michael PaquierUse carriage returns for data insertion logs in pgbench...
2019-12-04 Michael PaquierRemove unnecessary definition of CancelRequested in...
2019-12-03 Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-03 Tom LaneFurther sync postgres_fdw's "Relations" output with...
2019-12-03 Michael PaquierFix thinkos from commit 9989d37
2019-12-03 Peter EisentrautFix alter_system_table test
2019-12-03 Michael PaquierRemove XLogFileNameP() from the tree
2019-12-03 Michael PaquierFix failures with TAP tests of pg_ctl on Windows
2019-12-03 Tom LaneFix EXPLAIN's column alias output for mismatched child...
2019-12-02 Tom LaneAdd a reverse-translation column number array to struct...
2019-12-02 Tom LaneMake postgres_fdw's "Relations" output agree with the...
2019-12-02 Michael PaquierAdd query cancellation capabilities in pgbench init...
2019-12-02 Michael PaquierRefactor query cancellation code into src/fe_utils/
2019-12-01 Andrew DunstanAdd dummy versions of new SSL functions for non-SSL...
2019-12-01 Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30 Andrew Dunstanlibq support for sslpassword connection param, DER...
2019-11-30 Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-30 Amit KapilaRevert commits 290acac92b and 8a7e9e9dad.
2019-11-29 Peter EisentrautSmall code simplification
2019-11-29 Peter EisentrautAdd a regression test for allow_system_table_mods
2019-11-29 Peter EisentrautMake allow_system_table_mods settable at run time
2019-11-29 Peter EisentrautRemove any-user DML capability from allow_system_table_mods
2019-11-29 Peter EisentrautAdd error position to an error message
2019-11-28 Tomas VondraUse memcpy instead of a byte loop in pglz_decompress
2019-11-28 Tomas VondraRemove unnecessary clauses_attnums variable
2019-11-28 Tomas VondraFix choose_best_statistics to check clauses individually
2019-11-28 Alvaro HerreraRemove useless "return;" lines
2019-11-28 Amit KapilaAdd tests for '-f' option in dropdb utility.
2019-11-28 Amit KapilaMove pump_until to TestLib.pm.
2019-11-28 Bruce Momjianpg_upgrade: adjust error paragraph width to be consistent
2019-11-28 Bruce Momjianpg_upgrade: improve instructions for fixing incompatibl...
2019-11-27 Andrew DunstanDon't use native methods in TestLib::slurp_file on...
2019-11-27 Andrew DunstanRevert "Close stdin where it's not needed in TestLib...
2019-11-27 Peter EisentrautMove configure --disable-float8-byval to pg_config_manual.h
2019-11-27 Etsuro FujitaFix typo in comment.
2019-11-26 Andrew DunstanFix closing stdin in TestLib.pm
2019-11-26 Tom LaneAllow access to child table statistics if user can...
2019-11-26 Michael PaquierAdd safeguards for pg_fsync() called with incorrectly...
2019-11-26 Amit KapilaDon't shut down Gather[Merge] early under Limit.
2019-11-25 Robert HaasUse procsignal_sigusr1_handler for auxiliary processes.
2019-11-25 Andrew DunstanClose stdin where it's not needed in TestLib.pm procedures
2019-11-25 Alvaro HerreraRefactor WAL file-reading code into WALRead()
next