| 2022-07-28 |
Alvaro Herrera | Fix replay of create database records on standby |
commit | commitdiff | tree |
| 2022-07-28 |
Fujii Masao | Fix comment in procarray.c. |
commit | commitdiff | tree |
| 2022-07-28 |
Thomas Munro | Fix get_dirent_type() for symlinks on MinGW/MSYS. |
commit | commitdiff | tree |
| 2022-07-27 |
Tom Lane | Fix new auto_explain test case for Windows. |
commit | commitdiff | tree |
| 2022-07-27 |
Robert Haas | Bump catversion for commit d8cd0c6c95c0120168df93aae095... |
commit | commitdiff | tree |
| 2022-07-27 |
Robert Haas | Convert macros to static inline functions (buf_internals.h) |
commit | commitdiff | tree |
| 2022-07-27 |
Tom Lane | Add missing PGDLLEXPORT markings in contrib/pg_prewarm. |
commit | commitdiff | tree |
| 2022-07-27 |
Robert Haas | Fix read_relmap_file() concurrency on Windows. |
commit | commitdiff | tree |
| 2022-07-27 |
Michael Paquier | Refactor code in charge of grabbing the relations of... |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Split tuplesortvariants.c from tuplesort.c |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Split TuplesortPublic from Tuplesortstate |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Move memory management away from writetup() and tupleso... |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Put abbreviation logic into puttuple_common() |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Add new Tuplesortstate.removeabbrev function |
commit | commitdiff | tree |
| 2022-07-27 |
Alexander Korotkov | Remove Tuplesortstate.copytup function |
commit | commitdiff | tree |
| 2022-07-27 |
Michael Paquier | Add overflow protection for block-related data in WAL... |
commit | commitdiff | tree |
| 2022-07-26 |
Tom Lane | Improve makeArrayTypeName's algorithm for choosing... |
commit | commitdiff | tree |
| 2022-07-26 |
Robert Haas | Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f. |
commit | commitdiff | tree |
| 2022-07-26 |
Robert Haas | Remove the restriction that the relmap must be 512... |
commit | commitdiff | tree |
| 2022-07-26 |
Robert Haas | Do not allow removal of superuser privileges from boots... |
commit | commitdiff | tree |
| 2022-07-26 |
Tom Lane | Force immediate commit after CREATE DATABASE etc in... |
commit | commitdiff | tree |
| 2022-07-26 |
Fujii Masao | doc: Add note about re-archiving of same WAL files... |
commit | commitdiff | tree |
| 2022-07-26 |
Fujii Masao | Reduce overhead of renaming archive status files. |
commit | commitdiff | tree |
| 2022-07-26 |
Michael Paquier | Fix path reference when parsing pg_ident.conf for pg_id... |
commit | commitdiff | tree |
| 2022-07-26 |
Amit Kapila | Eliminate duplicate code in table.c. |
commit | commitdiff | tree |
| 2022-07-26 |
Michael Paquier | Fix a few issues with REINDEX grammar |
commit | commitdiff | tree |
| 2022-07-25 |
Tom Lane | Add test for session_preload_libraries and parameter... |
commit | commitdiff | tree |
| 2022-07-25 |
Andrew Dunstan | Add xheader_width pset option to psql |
commit | commitdiff | tree |
| 2022-07-25 |
Tom Lane | Process session_preload_libraries within InitPostgres... |
commit | commitdiff | tree |
| 2022-07-25 |
Heikki Linnakangas | Fix ReadRecentBuffer for local buffers. |
commit | commitdiff | tree |
| 2022-07-25 |
Fujii Masao | Remove useless arguments in ReadCheckpointRecord(). |
commit | commitdiff | tree |
| 2022-07-23 |
Tom Lane | Doc: improve documentation about random(). |
commit | commitdiff | tree |
| 2022-07-23 |
Thomas Munro | Remove dead getpwuid_r replacement code. |
commit | commitdiff | tree |
| 2022-07-23 |
Thomas Munro | Remove dead handling for pre-POSIX sigwait(). |
commit | commitdiff | tree |
| 2022-07-23 |
Thomas Munro | Remove dead getrusage replacement code. |
commit | commitdiff | tree |
| 2022-07-23 |
Tom Lane | Doc: update recovery/README. |
commit | commitdiff | tree |
| 2022-07-23 |
Tom Lane | Increase minimum supported GNU make version to 3.81. |
commit | commitdiff | tree |
| 2022-07-23 |
Thomas Munro | Remove configure probe for wctype.h. |
commit | commitdiff | tree |
| 2022-07-23 |
Thomas Munro | Remove configure probe for sys/tas.h. |
commit | commitdiff | tree |
| 2022-07-22 |
Alvaro Herrera | Fix [install]check in interfaces/libpq/Makefile |
commit | commitdiff | tree |
| 2022-07-22 |
Alvaro Herrera | Rework grammar for REINDEX |
commit | commitdiff | tree |
| 2022-07-22 |
Tom Lane | Close old gap in dependency checks for functions return... |
commit | commitdiff | tree |
| 2022-07-22 |
Tom Lane | Fix minor memory leaks in psql's tab completion. |
commit | commitdiff | tree |
| 2022-07-22 |
Alvaro Herrera | parser: centralize common auxiliary productions |
commit | commitdiff | tree |
| 2022-07-22 |
Alvaro Herrera | Update src/backend/parser/README |
commit | commitdiff | tree |
| 2022-07-22 |
Thomas Munro | Remove unnecessary Windows-specific basebackup code. |
commit | commitdiff | tree |
| 2022-07-22 |
Thomas Munro | Fix get_dirent_type() for Windows junction points. |
commit | commitdiff | tree |
| 2022-07-22 |
Fujii Masao | postgres_fdw: Fix bug in checking of return value of... |
commit | commitdiff | tree |
| 2022-07-22 |
Thomas Munro | Remove O_FSYNC and associated macros. |
commit | commitdiff | tree |
| 2022-07-21 |
Thomas Munro | Remove fls(), use pg_leftmost_one_pos32() instead. |
commit | commitdiff | tree |
| 2022-07-21 |
Thomas Munro | Extend size_t support in pg_bitutils.h. |
commit | commitdiff | tree |
| 2022-07-21 |
Bruce Momjian | doc: use wording "restore" instead of "reload" of... |
commit | commitdiff | tree |
| 2022-07-21 |
Dean Rasheed | Make the name optional in CREATE STATISTICS. |
commit | commitdiff | tree |
| 2022-07-21 |
Bruce Momjian | doc: clarify that auth. names are lower case and case... |
commit | commitdiff | tree |
| 2022-07-21 |
Tom Lane | Fix ruleutils issues with dropped cols in functions... |
commit | commitdiff | tree |
| 2022-07-21 |
Amit Kapila | Add missing space in comments. |
commit | commitdiff | tree |
| 2022-07-21 |
Amit Kapila | Allow users to skip logical replication of data having... |
commit | commitdiff | tree |
| 2022-07-21 |
Fujii Masao | docs: Improve pg_settings_get_flags docs. |
commit | commitdiff | tree |
| 2022-07-21 |
Michael Paquier | Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM |
commit | commitdiff | tree |
| 2022-07-21 |
Michael Paquier | Fix various memory leaks in psql's describe commands \d* |
commit | commitdiff | tree |
| 2022-07-20 |
Tom Lane | Dump more fields when dumping planner internal data... |
commit | commitdiff | tree |
| 2022-07-20 |
Jeff Davis | Process shared_preload_libraries in single-user mode. |
commit | commitdiff | tree |
| 2022-07-20 |
Tom Lane | Make serialization of Nodes' scalar-array fields more... |
commit | commitdiff | tree |
| 2022-07-20 |
Alexander Korotkov | Document the ability to specify TableAM for pgbench |
commit | commitdiff | tree |
| 2022-07-20 |
Dean Rasheed | Make subquery aliases optional in the FROM clause. |
commit | commitdiff | tree |
| 2022-07-20 |
Alvaro Herrera | Add PGDLLEXPORTS to some plpgsql function declarations |
commit | commitdiff | tree |
| 2022-07-20 |
Thomas Munro | Fix warnings on Windows. |
commit | commitdiff | tree |
| 2022-07-20 |
Thomas Munro | Add wal_sync_method=fdatasync for Windows. |
commit | commitdiff | tree |
| 2022-07-20 |
Fujii Masao | Fix assertion failure and segmentation fault in backup... |
commit | commitdiff | tree |
| 2022-07-20 |
Fujii Masao | Prevent BASE_BACKUP in the middle of another backup... |
commit | commitdiff | tree |
| 2022-07-20 |
Michael Paquier | Tweak detail and hint messages to be consistent with... |
commit | commitdiff | tree |
| 2022-07-20 |
Fujii Masao | Add regression test for TRUNCATE on foreign table not... |
commit | commitdiff | tree |
| 2022-07-19 |
Tom Lane | Fix missed corner cases for grantable permissions on... |
commit | commitdiff | tree |
| 2022-07-19 |
Tom Lane | Convert planner's AggInfo and AggTransInfo structs... |
commit | commitdiff | tree |
| 2022-07-19 |
Tom Lane | Estimate cost of elided SubqueryScan, Append, MergeAppe... |
commit | commitdiff | tree |
| 2022-07-19 |
Alvaro Herrera | Wrap overly long lines |
commit | commitdiff | tree |
| 2022-07-19 |
Peter Eisentraut | Clean up temp file from refactored dtrace rule |
commit | commitdiff | tree |
| 2022-07-19 |
Peter Eisentraut | Convert macros to static inline functions (itup.h) |
commit | commitdiff | tree |
| 2022-07-19 |
Michael Paquier | Rework logic and simplify syntax of REINDEX DATABASE... |
commit | commitdiff | tree |
| 2022-07-19 |
Michael Paquier | Add more tests for REINDEX DATABASE/SYSTEM with relfile... |
commit | commitdiff | tree |
| 2022-07-19 |
Andres Freund | Use STDOUT/STDERR_FILENO in most of syslogger. |
commit | commitdiff | tree |
| 2022-07-19 |
Andres Freund | windows: msvc: Define STDIN/OUT/ERR_FILENO. |
commit | commitdiff | tree |
| 2022-07-18 |
Tom Lane | Improve perl style in ecpg's parser-construction scripts. |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | ecpg: use our instead of my in parse.pl to fix perlcrit... |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Refactor dtrace postprocessing make rules |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Add output directory option to gen_node_support.pl |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Add output directory argument to generate-unicode_norm_... |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Add output file argument to generate-errcodes.pl |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Add output path arg in generate-lwlocknames.pl |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Move snowball_create.sql creation into perl file |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | ecpg: Output dir, source dir, stamp file argument for... |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | psql: Output dir and dependency generation for sql_help |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Deal with paths containing \ and spaces in basebackup_t... |
commit | commitdiff | tree |
| 2022-07-18 |
Tomas Vondra | Reinstate tests accidentally removed by e3fcca0d0d |
commit | commitdiff | tree |
| 2022-07-18 |
Peter Eisentraut | pg_upgrade: Adjust quoting style in message to match... |
commit | commitdiff | tree |
| 2022-07-18 |
Peter Eisentraut | Add another SQL/JSON error code |
commit | commitdiff | tree |
| 2022-07-18 |
Peter Eisentraut | Convert macros to static inline functions (tupmacs.h) |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Mark all symbols exported from extension libraries... |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Fix configure executable permissions. |
commit | commitdiff | tree |
| 2022-07-18 |
Andres Freund | Default to hidden visibility for extension libraries... |
commit | commitdiff | tree |
| next |