users/rhaas/postgres.git
2022-11-02 David RowleyFix outdated comment in tuplesort.h
2022-11-02 Michael PaquierRemove code handling FORCE_NULL and FORCE_NOT_NULL...
2022-11-02 David RowleyAdd doubly linked count list implementation
2022-11-02 Michael PaquierAdd more tests for COPY with incorrect option combinations
2022-11-01 Tom LaneUpdate time zone data files to tzdata release 2022f.
2022-11-01 Tom LaneFix planner failure with extended statistics on partiti...
2022-11-01 Tom Lanepg_stat_statements: fetch stmt location/length before...
2022-11-01 Peter Eisentrautdoc: Add note about lack of publication privileges
2022-11-01 Peter Eisentrautpsql: Improve tab completion for ALTER TABLE on identit...
2022-10-31 Tom LaneAdd basic regression tests for semi/antijoin recognition.
2022-10-31 Jeff DavisFix ALTER COLLATION "default" REFRESH VERSION.
2022-10-31 Jeff DavisEnable pg_collation_actual_version() to work on the...
2022-10-31 Peter Eisentrautpg_dump test: Make concatenated create_sql commands...
2022-10-31 Michael PaquierAdd check on initial and boot values when loading GUCs
2022-10-31 Michael PaquierClean up some inconsistencies with GUC declarations
2022-10-29 Noah MischUnder has_wal_read_bug, skip recovery/t/032_relfilenode...
2022-10-28 David RowleyUse Limit instead of Unique to implement DISTINCT,...
2022-10-28 Peter EisentrautRemove AssertArg and AssertState
2022-10-27 David RowleyAllow nodeSort to perform Datum sorts for byref types
2022-10-27 Tom LaneAvoid making commutatively-duplicate clauses in Equival...
2022-10-27 Michael PaquierMove pg_pwritev_with_retry() to src/common/file_utils.c
2022-10-27 Michael PaquierAdd some tests to check the SQL functions of control...
2022-10-26 Michael PaquierAdd rule_number to pg_hba_file_rules and map_number...
2022-10-26 Michael PaquierFix variable assignment thinko in hba.c
2022-10-26 Michael PaquierRefactor code handling the names of files loaded in...
2022-10-25 Tom LaneDoc/improve confusing, inefficient tests to locate...
2022-10-25 Heikki LinnakangasUpdate outdated comment for TransactionIdSetTreeStatus
2022-10-25 Michael PaquierClean up some GUC declarations and comments
2022-10-25 Thomas MunroFix unlink() for STATUS_DELETE_PENDING on Windows.
2022-10-25 Thomas MunroFix stat() for recursive junction points on Windows.
2022-10-25 Thomas MunroFix readlink() for non-PostgreSQL junction points on...
2022-10-25 Thomas MunroFix lstat() for broken junction points on Windows.
2022-10-25 Thomas MunroFix readlink() return value on Windows.
2022-10-25 Thomas MunroFix symlink() errno on Windows.
2022-10-25 Michael Paquierdoc: Fix type of cursor_position in jsonlog table
2022-10-24 Alvaro HerreraUpdate some comments that should've covered MERGE
2022-10-24 Alvaro HerreraFix recently added incorrect assertion
2022-10-24 Michael PaquierImprove coverage of ruleutils.c for SQLValueFunctions
2022-10-24 Michael PaquierImprove tab completion for ALTER STATISTICS <name>...
2022-10-24 Michael PaquierFix and improve TAP tests for pg_hba.conf and regexps
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
next