users/rhaas/postgres.git
2022-07-22 Alvaro HerreraRework grammar for REINDEX
2022-07-22 Tom LaneClose old gap in dependency checks for functions return...
2022-07-22 Tom LaneFix minor memory leaks in psql's tab completion.
2022-07-22 Alvaro Herreraparser: centralize common auxiliary productions
2022-07-22 Alvaro HerreraUpdate src/backend/parser/README
2022-07-22 Thomas MunroRemove unnecessary Windows-specific basebackup code.
2022-07-22 Thomas MunroFix get_dirent_type() for Windows junction points.
2022-07-22 Fujii Masaopostgres_fdw: Fix bug in checking of return value of...
2022-07-22 Thomas MunroRemove O_FSYNC and associated macros.
2022-07-21 Thomas MunroRemove fls(), use pg_leftmost_one_pos32() instead.
2022-07-21 Thomas MunroExtend size_t support in pg_bitutils.h.
2022-07-21 Bruce Momjiandoc: use wording "restore" instead of "reload" of...
2022-07-21 Dean RasheedMake the name optional in CREATE STATISTICS.
2022-07-21 Bruce Momjiandoc: clarify that auth. names are lower case and case...
2022-07-21 Tom LaneFix ruleutils issues with dropped cols in functions...
2022-07-21 Amit KapilaAdd missing space in comments.
2022-07-21 Amit KapilaAllow users to skip logical replication of data having...
2022-07-21 Fujii Masaodocs: Improve pg_settings_get_flags docs.
2022-07-21 Michael PaquierTweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM
2022-07-21 Michael PaquierFix various memory leaks in psql's describe commands \d*
2022-07-20 Tom LaneDump more fields when dumping planner internal data...
2022-07-20 Jeff DavisProcess shared_preload_libraries in single-user mode.
2022-07-20 Tom LaneMake serialization of Nodes' scalar-array fields more...
2022-07-20 Alexander KorotkovDocument the ability to specify TableAM for pgbench
2022-07-20 Dean RasheedMake subquery aliases optional in the FROM clause.
2022-07-20 Alvaro HerreraAdd PGDLLEXPORTS to some plpgsql function declarations
2022-07-20 Thomas MunroFix warnings on Windows.
2022-07-20 Thomas MunroAdd wal_sync_method=fdatasync for Windows.
2022-07-20 Fujii MasaoFix assertion failure and segmentation fault in backup...
2022-07-20 Fujii MasaoPrevent BASE_BACKUP in the middle of another backup...
2022-07-20 Michael PaquierTweak detail and hint messages to be consistent with...
2022-07-20 Fujii MasaoAdd regression test for TRUNCATE on foreign table not...
2022-07-19 Tom LaneFix missed corner cases for grantable permissions on...
2022-07-19 Tom LaneConvert planner's AggInfo and AggTransInfo structs...
2022-07-19 Tom LaneEstimate cost of elided SubqueryScan, Append, MergeAppe...
2022-07-19 Alvaro HerreraWrap overly long lines
2022-07-19 Peter EisentrautClean up temp file from refactored dtrace rule
2022-07-19 Peter EisentrautConvert macros to static inline functions (itup.h)
2022-07-19 Michael PaquierRework logic and simplify syntax of REINDEX DATABASE...
2022-07-19 Michael PaquierAdd more tests for REINDEX DATABASE/SYSTEM with relfile...
2022-07-19 Andres FreundUse STDOUT/STDERR_FILENO in most of syslogger.
2022-07-19 Andres Freundwindows: msvc: Define STDIN/OUT/ERR_FILENO.
2022-07-18 Tom LaneImprove perl style in ecpg's parser-construction scripts.
2022-07-18 Andres Freundecpg: use our instead of my in parse.pl to fix perlcrit...
2022-07-18 Andres FreundRefactor dtrace postprocessing make rules
2022-07-18 Andres FreundAdd output directory option to gen_node_support.pl
2022-07-18 Andres FreundAdd output directory argument to generate-unicode_norm_...
2022-07-18 Andres FreundAdd output file argument to generate-errcodes.pl
2022-07-18 Andres FreundAdd output path arg in generate-lwlocknames.pl
2022-07-18 Andres FreundMove snowball_create.sql creation into perl file
2022-07-18 Andres Freundecpg: Output dir, source dir, stamp file argument for...
2022-07-18 Andres Freundpsql: Output dir and dependency generation for sql_help
2022-07-18 Andres FreundDeal with paths containing \ and spaces in basebackup_t...
2022-07-18 Tomas VondraReinstate tests accidentally removed by e3fcca0d0d
2022-07-18 Peter Eisentrautpg_upgrade: Adjust quoting style in message to match...
2022-07-18 Peter EisentrautAdd another SQL/JSON error code
2022-07-18 Peter EisentrautConvert macros to static inline functions (tupmacs.h)
2022-07-18 Andres FreundMark all symbols exported from extension libraries...
2022-07-18 Andres FreundFix configure executable permissions.
2022-07-18 Andres FreundDefault to hidden visibility for extension libraries...
2022-07-18 Andres FreundRemove now superfluous declarations of dlsym()ed symbols.
2022-07-18 Andres FreundAdd central declarations for dlsym()ed symbols
2022-07-17 Tom Lanepostgres_fdw: be more wary about shippability of reg...
2022-07-17 Tom LaneFix omissions in support for the "regcollation" type.
2022-07-17 Tom Lanepostgres_fdw: set search_path to 'pg_catalog' while...
2022-07-17 Tom LaneDisable unstable test cases in src/test/ssl/t/001_sslte...
2022-07-16 Tom LaneDisable unstable test cases in src/test/ssl/t/001_sslte...
2022-07-16 Tom LaneRemove postc's reset_shared() wrapper function.
2022-07-16 Peter EisentrautAttempt to fix compiler warning on old compiler
2022-07-16 Peter EisentrautAttempt to fix compiler warning on old compiler
2022-07-16 Peter EisentrautReplace many MemSet calls with struct initialization
2022-07-16 Thomas MunroEmulate sigprocmask(), not sigsetmask(), on Windows.
2022-07-16 Thomas MunroMake dsm_impl_posix_resize more future-proof.
2022-07-15 Peter EisentrautLog details for client certificate failures
2022-07-15 Peter EisentrautConvert macros to static inline functions (xlog_internal.h)
2022-07-15 Peter EisentrautSupport gcc -fkeep-inline-functions
2022-07-15 David RowleyFix inconsistent parameter names between prototype...
2022-07-15 Bruce Momjiandocs: make monitoring "phases" table titles consistent
2022-07-14 Bruce Momjiandoc: clarify how dropping of extensions affects depend...
2022-07-14 Bruce Momjianpg_upgrade doc: mention that replication slots must...
2022-07-14 Bruce Momjiandoc: add documentation about ecpg Oracle-compatibility...
2022-07-14 Bruce Momjiandoc: move system views section to its own chapter
2022-07-14 Bruce Momjiandoc: clarify the behavior of identically-named savepoints
2022-07-14 Bruce Momjiandoc: clarify that "excluded" ON CONFLICT is a single row
2022-07-14 Bruce Momjiandoc: mention that INSERT can block because of unique...
2022-07-14 Bruce Momjiandoc: mention the pg_locks lock names in parentheses
2022-07-14 Thomas MunroDon't clobber postmaster sigmask in dsm_impl_resize.
2022-07-14 Tom LaneTighten up parsing logic in gen_node_support.pl.
2022-07-14 Thomas MunroAvoid shadowing a variable in sync.c.
2022-07-14 Thomas MunroCreate a distinct wait event for POSIX DSM allocation.
2022-07-14 Thomas MunroRemove redundant ftruncate() for POSIX DSM memory.
2022-07-14 Thomas MunroBlock signals while allocating DSM memory.
2022-07-14 John NaylorCorrect some uses of e.g. and i.e. in message strings...
2022-07-14 Michael PaquierRemove support for Visual Studio 2013
2022-07-13 Michael PaquierFix output of createuser --help with --valid-until
2022-07-13 Tom LaneMop up pg_upgrade's nls.mk for commit b0a55e432.
2022-07-13 Tom LaneRevert "Use wildcards instead of manually-maintained...
2022-07-13 Tom LaneAvoid unsatisfied-external-reference errors in static...
2022-07-13 Tom LaneUse wildcards instead of manually-maintained file lists...
2022-07-13 Tom LaneRemove artificial restrictions on which node types...
next