aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove configure probe for sys/tas.h.Thomas Munro2022-07-23
* Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera2022-07-22
* Rework grammar for REINDEXAlvaro Herrera2022-07-22
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-22
* parser: centralize common auxiliary productionsAlvaro Herrera2022-07-22
* Update src/backend/parser/READMEAlvaro Herrera2022-07-22
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Fix get_dirent_type() for Windows junction points.Thomas Munro2022-07-22
* postgres_fdw: Fix bug in checking of return value of PQsendQuery().Fujii Masao2022-07-22
* Remove O_FSYNC and associated macros.Thomas Munro2022-07-22
* Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro2022-07-22
* Extend size_t support in pg_bitutils.h.Thomas Munro2022-07-22
* doc: use wording "restore" instead of "reload" of dumpsBruce Momjian2022-07-21
* Make the name optional in CREATE STATISTICS.Dean Rasheed2022-07-21
* doc: clarify that auth. names are lower case and case-sensitiveBruce Momjian2022-07-21
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Add missing space in comments.Amit Kapila2022-07-21
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* docs: Improve pg_settings_get_flags docs.Fujii Masao2022-07-21
* Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-21
* Fix various memory leaks in psql's describe commands \d*Michael Paquier2022-07-21
* Dump more fields when dumping planner internal data structures.Tom Lane2022-07-20
* Process shared_preload_libraries in single-user mode.Jeff Davis2022-07-20
* Make serialization of Nodes' scalar-array fields more robust.Tom Lane2022-07-20
* Document the ability to specify TableAM for pgbenchAlexander Korotkov2022-07-20
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Add PGDLLEXPORTS to some plpgsql function declarationsAlvaro Herrera2022-07-20
* Fix warnings on Windows.Thomas Munro2022-07-20
* Add wal_sync_method=fdatasync for Windows.Thomas Munro2022-07-20
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-20
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Add regression test for TRUNCATE on foreign table not supporting TRUNCATE.Fujii Masao2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Convert planner's AggInfo and AggTransInfo structs to proper Nodes.Tom Lane2022-07-19
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-19
* Wrap overly long linesAlvaro Herrera2022-07-19
* Clean up temp file from refactored dtrace rulePeter Eisentraut2022-07-19
* Convert macros to static inline functions (itup.h)Peter Eisentraut2022-07-19
* Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-19
* Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier2022-07-19
* Use STDOUT/STDERR_FILENO in most of syslogger.Andres Freund2022-07-18
* windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund2022-07-18
* Improve perl style in ecpg's parser-construction scripts.Tom Lane2022-07-18
* ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund2022-07-18
* Refactor dtrace postprocessing make rulesAndres Freund2022-07-18
* Add output directory option to gen_node_support.plAndres Freund2022-07-18
* Add output directory argument to generate-unicode_norm_table.plAndres Freund2022-07-18
* Add output file argument to generate-errcodes.plAndres Freund2022-07-18