users/rhaas/postgres.git
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
2022-10-05 Bruce Momjiandoc: clarify description for log_startup_progress_interval
2022-10-05 Andres Freundtests: Restrict pg_locks queries in advisory_locks...
2022-10-05 Andres Freundtests: Rename conflicting role names
2022-10-05 Andres Freundmeson: Add windows resource files
2022-10-05 Andres Freundmeson: ecpg: Split definition of static and shared...
2022-10-05 Andres Freundmeson: libpq: Revise static / shared library setup
2022-10-05 Andres Freundmeson: docs: Add xml{lint,proc} wrapper to collect...
2022-10-05 Peter EisentrautFix whitespace
2022-10-05 David RowleyRename shadowed local variables
2022-10-05 Michael PaquierRemove definition of JUMBLE_SIZE from queryjumble.h
2022-10-05 Michael PaquierUse macros from xlog_internal.h for WAL segment logic...
2022-10-05 Michael PaquierAdd a few new patterns to the tab completion of psql
2022-10-04 Michael PaquierFix comment in guc_tables.c
2022-10-04 Michael PaquierCleanup useless assignments and checks
2022-10-04 Michael PaquierAdd filtering capability for cross-version pg_upgrade...
2022-10-03 Andres Freundmeson: llvm: Use llvm-config's --cxxflags when building...
2022-10-03 Tom LaneFix psql's behavior with \g for a multiple-command...
2022-10-03 Andres Freundmeson: respect -Dldap=disabled
2022-10-03 Tom LaneRevert "Optimize order of GROUP BY keys".
2022-10-03 Michael PaquierAdd authentication TAP test for peer authentication
2022-10-02 Andres Freundci: enable various runtime checks on FreeBSD and macOS
next