users/rhaas/postgres.git
2022-07-27 Tom LaneFix new auto_explain test case for Windows.
2022-07-27 Robert HaasBump catversion for commit d8cd0c6c95c0120168df93aae095...
2022-07-27 Robert HaasConvert macros to static inline functions (buf_internals.h)
2022-07-27 Tom LaneAdd missing PGDLLEXPORT markings in contrib/pg_prewarm.
2022-07-27 Robert HaasFix read_relmap_file() concurrency on Windows.
2022-07-27 Michael PaquierRefactor code in charge of grabbing the relations of...
2022-07-27 Alexander KorotkovSplit tuplesortvariants.c from tuplesort.c
2022-07-27 Alexander KorotkovSplit TuplesortPublic from Tuplesortstate
2022-07-27 Alexander KorotkovMove memory management away from writetup() and tupleso...
2022-07-27 Alexander KorotkovPut abbreviation logic into puttuple_common()
2022-07-27 Alexander KorotkovAdd new Tuplesortstate.removeabbrev function
2022-07-27 Alexander KorotkovRemove Tuplesortstate.copytup function
2022-07-27 Michael PaquierAdd overflow protection for block-related data in WAL...
2022-07-26 Tom LaneImprove makeArrayTypeName's algorithm for choosing...
2022-07-26 Robert HaasFix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.
2022-07-26 Robert HaasRemove the restriction that the relmap must be 512...
2022-07-26 Robert HaasDo not allow removal of superuser privileges from boots...
2022-07-26 Tom LaneForce immediate commit after CREATE DATABASE etc in...
2022-07-26 Fujii Masaodoc: Add note about re-archiving of same WAL files...
2022-07-26 Fujii MasaoReduce overhead of renaming archive status files.
2022-07-26 Michael PaquierFix path reference when parsing pg_ident.conf for pg_id...
2022-07-26 Amit KapilaEliminate duplicate code in table.c.
2022-07-26 Michael PaquierFix a few issues with REINDEX grammar
2022-07-25 Tom LaneAdd test for session_preload_libraries and parameter...
2022-07-25 Andrew DunstanAdd xheader_width pset option to psql
2022-07-25 Tom LaneProcess session_preload_libraries within InitPostgres...
2022-07-25 Heikki LinnakangasFix ReadRecentBuffer for local buffers.
2022-07-25 Fujii MasaoRemove useless arguments in ReadCheckpointRecord().
2022-07-23 Tom LaneDoc: improve documentation about random().
2022-07-23 Thomas MunroRemove dead getpwuid_r replacement code.
2022-07-23 Thomas MunroRemove dead handling for pre-POSIX sigwait().
2022-07-23 Thomas MunroRemove dead getrusage replacement code.
2022-07-23 Tom LaneDoc: update recovery/README.
2022-07-23 Tom LaneIncrease minimum supported GNU make version to 3.81.
2022-07-23 Thomas MunroRemove configure probe for wctype.h.
2022-07-23 Thomas MunroRemove configure probe for sys/tas.h.
2022-07-22 Alvaro HerreraFix [install]check in interfaces/libpq/Makefile
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...
next