users/gsingh/postgres.git
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...
2019-11-21 Peter EisentrautRemove configure --disable-float4-byval
2019-11-21 Fujii MasaoBump WAL version.
2019-11-21 Fujii MasaoMake DROP DATABASE command generate less WAL records.
2019-11-21 Fujii MasaoAllow ALTER VIEW command to rename the column in the...
2019-11-21 Fujii MasaoImprove tab-completion for ALTER MATERIALIZED VIEW.
2019-11-21 Amit KapilaTrack statistics for spilling of changes from ReorderBu...
2019-11-21 Michael PaquierProvide statistics for hypothetical BRIN indexes
2019-11-20 Tom LaneSync patternsel_common's operator selection logic with...
2019-11-20 Peter GeogheganFix HeapTupleSatisfiesNonVacuumable() comment.
2019-11-20 Tom LaneReduce match_pattern_prefix()'s dependencies on index...
2019-11-20 Tom LaneDoc: improve discussion of object owners' inherent...
2019-11-20 Magnus HaganderRemove incorrect markup
2019-11-20 Michael PaquierFix comment in xact.h
2019-11-20 Thomas MunroHandle ReadFile() EOF correctly on Windows.
2019-11-20 Amit KapilaAdd the support for '-f' option in dropdb utility.
2019-11-20 Tatsuo IshiiDoc: fix minor typo in func.sgml.
2019-11-19 Tom LaneFix corner-case failure in match_pattern_prefix().
2019-11-19 Alexander KorotkovFix page modification outside of critical section in GIN
2019-11-19 Alexander KorotkovRevise GIN README
2019-11-19 Alexander KorotkovFix traversing to the deleted GIN page via downlink
2019-11-19 Alexander KorotkovFix deadlock between ginDeletePage() and ginStepRight()
2019-11-19 Tom LaneDoc: clarify use of RECURSIVE in WITH.
2019-11-19 Tom LaneDoc: clarify behavior of ALTER DEFAULT PRIVILEGES ...
2019-11-19 Thomas MunroAllow invisible PROMPT2 in psql.
2019-11-19 Amit KapilaAdd logical_decoding_work_mem to limit ReorderBuffer...
2019-11-18 Peter Geoghegannbtree: Tweak _bt_pgaddtup() comments.
2019-11-17 Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-16 Peter GeogheganAdd tuplesort test to serial_schedule.
2019-11-16 Michael PaquierImprove stability of tests for VACUUM (SKIP_LOCKED)
2019-11-16 Tomas VondraProperly determine length for on-disk TOAST values
2019-11-16 Tomas VondraSkip system attributes when applying mvdistinct stats
2019-11-15 Thomas MunroAlways call ExecShutdownNode() if appropriate.
2019-11-14 Alvaro HerreraRemove the word "virgins" for documentation
2019-11-14 Michael PaquierCleanup code in reloptions.h regarding reloption handling
2019-11-14 Michael PaquierSplit handling of reloptions for partitioned tables
2019-11-14 Andres FreundFix plan instability in the new tuplesort test.
2019-11-13 Andres FreundRemove unused code from tuplesort.
2019-11-13 Andres FreundAdd tests for tuplesort.c.
2019-11-13 Tom LaneAdd missing check_collation_set call to bpcharne().
2019-11-13 Tom LaneFix silly initializations (cosmetic only).
2019-11-13 Tom LaneAvoid using SplitIdentifierString to parse ListenAddres...
2019-11-13 Tom LaneAvoid downcasing/truncation of RADIUS authentication...
2019-11-13 Tom LaneInclude TableFunc references when computing expression...
2019-11-13 Tom LaneHandle arrays and ranges in pg_upgrade's test for non...
2019-11-13 Fujii MasaoMake pg_waldump report more detail information about...
2019-11-13 Michael PaquierAdd regression test for two-phase transaction in postgr...
2019-11-13 Amit KapilaIntroduce the 'force' option for the Drop Database...
2019-11-12 Tom LaneFinish reverting commit 0a52d378b.
2019-11-12 Alvaro Herrerapg_stat_activity: document client_port being null
2019-11-12 Alvaro Herrerapg_stat_{ssl,gssapi}: Show only processes with connections
2019-11-12 Peter GeogheganMake _bt_keep_natts_fast() use datum_image_eq().
2019-11-12 Alvaro HerreraHave LookupFuncName accept NULL argtypes for 0 args
next