users/gsingh/postgres.git
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()
2019-11-25 Tom LaneFix unportable printf format introduced in commit 9290a...
2019-11-25 Amit KapilaMake the order of the header file includes consistent.
2019-11-25 Michael PaquierFix inconsistent variable name in static function of...
2019-11-25 Michael PaquierRefactor reloption handling for index AMs in-core
2019-11-24 Andrew DunstanUse native methods to open input in TestLib::slurp_file...
2019-11-24 Tom LaneDoc: improve discussion of race conditions involved...
2019-11-24 Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-24 Thomas Munrodoc: Fix whitespace in syntax.
2019-11-24 Tom LaneStabilize NOTIFY behavior by transmitting notifies...
2019-11-24 Tom LaneStabilize the results of pg_notification_queue_usage().
2019-11-24 Tom LaneRemove a couple of unnecessary if-tests.
2019-11-23 Alvaro HerreraRemove debugging aid
2019-11-23 Joe ConwayUpdate sepgsql to add mandatory access control for...
2019-11-23 Joe ConwayAdd object TRUNCATE hook
2019-11-22 Tom LaneMake psql redisplay the query buffer after \e.
2019-11-22 Tom LaneAvoid taking a new snapshot for an immutable simple...
2019-11-22 Tom LaneAdd test coverage for "unchanged toast column" replicat...
2019-11-22 Tom LaneFix bogus tuple-slot management in logical replication...
2019-11-22 Michael PaquierAdd .gitignore to src/tutorial/
2019-11-22 Michael PaquierRemove traces of version-0 calling convention in src...
2019-11-21 Tom LaneDefend against self-referential views in relation_is_up...
next