users/gsingh/postgres.git
2022-10-24 Michael PaquierAdd support for regexps on database and user entries...
2022-10-22 Peter EisentrautRemove pgpid_t type, use pid_t instead
2022-10-22 Peter Eisentrautpsql: Fix exit status when query is canceled
2022-10-22 Michael PaquierImprove memory handling across SQL-callable backup...
2022-10-21 Robert Haaspg_basebackup: Fix cross-platform tablespace relocation.
2022-10-21 Amit KapilaAdd CHECK_FOR_INTERRUPTS while restoring changes during...
2022-10-21 Michael PaquierRefactor more logic for compilation of regular expressi...
2022-10-20 David RowleyDoc: fix outdated wording about parallel seq scans
2022-10-20 Peter EisentrautMake finding openssl program a configure or meson option
2022-10-20 Dean RasheedImprove the accuracy of numeric power() for integer...
2022-10-20 Alvaro HerreraUse proper macro to access TransactionId
2022-10-20 Amit KapilaFix assertion failures while processing NEW_CID record...
2022-10-19 Alvaro HerreraBetter handle interrupting TAP tests
2022-10-19 Alvaro HerreraGet rid of XLogCtlInsert->forcePageWrites
2022-10-19 Thomas MunroTrack LLVM 15 changes.
2022-10-19 Alvaro HerreraRemove pg_backup_start_callback and reuse similar code
2022-10-19 Michael PaquierRework shutdown callback of archiver modules
2022-10-19 Tatsuo IshiiEnhance make_ctags and make_etags.
2022-10-19 Michael PaquierFix typos in logical/launcher.c
2022-10-19 Michael PaquierRefactor regular expression handling in hba.c
2022-10-18 Tom LaneFix confusion about havingQual vs hasHavingQual in...
2022-10-18 Alvaro HerreraRemove no-longer-needed compatibility hack
2022-10-18 Alvaro HerreraImprove errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
2022-10-18 Michael PaquierRemove compatibility declarations for InitMaterializedSRF()
2022-10-18 Michael PaquierRename SetSingleFuncCall() to InitMaterializedSRF()
2022-10-17 Bruce Momjiandoc: move the mention of aggregate JSON functions...
2022-10-17 Bruce Momjiandoc: warn pg_stat_reset() can cause vacuum/analyze...
2022-10-17 Tom LaneRecord dependencies of a cast on other casts that it...
2022-10-17 Tom LaneReject non-ON-SELECT rules that are named "_RETURN".
2022-10-17 Tom LaneGuard against table-AM-less relations in planner.
2022-10-17 Michael PaquierFix calculation related to temporary WAL segment name...
2022-10-17 Michael PaquierAdd checks for regexes with user name map in test for...
2022-10-16 Tom LaneFix EXPLAIN of SEARCH BREADTH FIRST with a constant...
2022-10-16 Tom LaneRename parser token REF to REF_P to avoid a symbol...
2022-10-16 Tom LaneUse libc's snprintf, not sprintf, for special cases...
2022-10-16 Andres Freundmeson: macos: Use -Wl,-undefined,error for modules
2022-10-15 Andres Freundmeson: catch up to a few configure changes
2022-10-15 Alvaro HerreraDisallow MERGE cleanly for foreign partitions
2022-10-15 Michael PaquierFix some comments in proc.h
2022-10-14 Andres Freundpgstat: Track time of the last scan of a relation
2022-10-14 Andres FreundHave GetCurrentTransactionStopTimestamp() set xactStopT...
2022-10-14 Alvaro Herreralibpq: Reset singlerow flag correctly in pipeline mode
2022-10-14 Tom LaneAdd auxiliary lists to GUC data structures for better...
2022-10-14 Tom LaneReplace the sorted array of GUC variables with a hash...
2022-10-14 Tom LaneStore GUC data in a memory context, instead of using...
2022-10-14 Tom LaneMake some minor improvements in memory-context infrastr...
2022-10-14 Peter EisentrautStandardize format for printing PIDs
2022-10-14 Peter Eisentrautdoc: Correct type of bgw_notify_pid
2022-10-14 David RowleyFix incorrect comment regarding command completion...
2022-10-13 Daniel GustafssonRemove redundant memset call following palloc0
2022-10-13 Andres Freundpg_buffercache: Add pg_buffercache_summary()
2022-10-13 Alvaro HerreraFix typo in CREATE PUBLICATION reference page
2022-10-13 Peter EisentrautPut tests of md5() function into separate test file
2022-10-13 Etsuro FujitaAllow batch insertion during COPY into a foreign table.
2022-10-13 Michael PaquierAdd missing isolation test for test_decoding in meson...
2022-10-13 Amit KapilaImprove the WARNING message for CREATE SUBSCRIPTION.
2022-10-13 Michael PaquierFix ordering issue with WAL operations in GIN fast...
2022-10-12 Michael Paquierdoc: Fix description of replication command CREATE_REPL...
2022-10-12 Tom LaneDoc: improve recommended systemd unit file.
2022-10-12 Alvaro HerreraFix outdated code reference
2022-10-12 Alvaro HerreraReduce xlog.h inclusion footprint
2022-10-12 Alvaro HerreraReduce basebackup_sink.h inclusion footprint
2022-10-12 Peter EisentrautAdd meson.build to version_stamp.pl
2022-10-12 Peter EisentrautRemove Abs()
2022-10-12 Michael PaquierFix shadow variable in postgres.c
2022-10-12 Michael PaquierSimplify some maths in xlogreader.c
2022-10-11 Michael PaquierFix compilation warning in test_copy_callbacks
2022-10-11 Tom LaneHarden pmsignal.c against clobbered shared memory.
2022-10-11 Tom LaneYet further fixes for multi-row VALUES lists for updata...
2022-10-11 Tom LaneDoc: add entry for pg_get_partkeydef().
2022-10-11 Bruce MomjianC comment: explain procArray->pgprocnos[]
2022-10-11 Amit KapilaAdd a common function to generate the origin name.
2022-10-11 Michael PaquierAdd TAP tests for role membership in pg_hba.conf
2022-10-11 Michael PaquierAdd support for COPY TO callback functions
2022-10-10 Tom LaneHarden memory context allocators against bogus chunk...
2022-10-10 Tom LaneSimplify our Assert infrastructure a little.
2022-10-10 John NaylorRemove unnecessary semicolons after goto labels
2022-10-10 Peter EisentrautUse C library functions instead of Abs() for int64
2022-10-08 Andres Freundpgstat: Prevent stats reset from corrupting slotname...
2022-10-08 Peter EisentrautUse fabsf() instead of Abs() or fabs() where appropriate
2022-10-07 Andres Freundautoconf: Rely on ar supporting index creation
2022-10-07 Alvaro HerreraFix self-referencing foreign keys with partitioned...
2022-10-07 Peter EisentrautConvert macros to static inline functions (rel.h)
2022-10-07 Peter EisentrautRemove unnecessary uses of Abs()
2022-10-07 David RowleyAdd -Wshadow=compatible-local to the standard compilati...
2022-10-07 Tom LaneImprove our ability to detect bogus pointers passed...
2022-10-07 Andres Freundmeson: Add support for building with precompiled headers
2022-10-07 Andres FreundCreate subscription stats entry at CREATE SUBSCRIPTION...
2022-10-07 David RowleyFix final warnings produced by -Wshadow=compatible...
2022-10-06 Andres Freundwindows: Adjust FD_SETSIZE via commandline define
2022-10-06 Andres Freundmeson: Fix two comments
2022-10-06 Tom LaneRemove MemoryContextContains().
2022-10-06 Tom LaneRemove uses of MemoryContextContains in nodeAgg.c and...
2022-10-06 Tom LaneTake care to de-duplicate entries in standby.c's table...
2022-10-06 Tom LaneRemove useless character-length checks in contrib/ltree.
2022-10-06 Tom LaneIntroduce t_isalnum() to replace t_isalpha() || t_isdig...
2022-10-06 Michael PaquierFix comment in xlogprefetcher.c
2022-10-06 Michael PaquierRefactor TAP test authentication/001_password.pl
2022-10-05 David RowleyFix final compiler warning produced by -Wshadow=compati...
2022-10-05 David RowleyAdd optional parameter to PG_TRY() macros
next