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 |
2022-07-18 |
Andres Freund | Remove now superfluous declarations of dlsym()ed symbols. |
commit | commitdiff | tree |
2022-07-18 |
Andres Freund | Add central declarations for dlsym()ed symbols |
commit | commitdiff | tree |
2022-07-17 |
Tom Lane | postgres_fdw: be more wary about shippability of reg... |
commit | commitdiff | tree |
2022-07-17 |
Tom Lane | Fix omissions in support for the "regcollation" type. |
commit | commitdiff | tree |
2022-07-17 |
Tom Lane | postgres_fdw: set search_path to 'pg_catalog' while... |
commit | commitdiff | tree |
2022-07-17 |
Tom Lane | Disable unstable test cases in src/test/ssl/t/001_sslte... |
commit | commitdiff | tree |
2022-07-16 |
Tom Lane | Disable unstable test cases in src/test/ssl/t/001_sslte... |
commit | commitdiff | tree |
2022-07-16 |
Tom Lane | Remove postc's reset_shared() wrapper function. |
commit | commitdiff | tree |
2022-07-16 |
Peter Eisentraut | Attempt to fix compiler warning on old compiler |
commit | commitdiff | tree |
2022-07-16 |
Peter Eisentraut | Attempt to fix compiler warning on old compiler |
commit | commitdiff | tree |
2022-07-16 |
Peter Eisentraut | Replace many MemSet calls with struct initialization |
commit | commitdiff | tree |
2022-07-16 |
Thomas Munro | Emulate sigprocmask(), not sigsetmask(), on Windows. |
commit | commitdiff | tree |
2022-07-16 |
Thomas Munro | Make dsm_impl_posix_resize more future-proof. |
commit | commitdiff | tree |
2022-07-15 |
Peter Eisentraut | Log details for client certificate failures |
commit | commitdiff | tree |
2022-07-15 |
Peter Eisentraut | Convert macros to static inline functions (xlog_internal.h) |
commit | commitdiff | tree |
2022-07-15 |
Peter Eisentraut | Support gcc -fkeep-inline-functions |
commit | commitdiff | tree |
2022-07-15 |
David Rowley | Fix inconsistent parameter names between prototype... |
commit | commitdiff | tree |
2022-07-15 |
Bruce Momjian | docs: make monitoring "phases" table titles consistent |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: clarify how dropping of extensions affects depend... |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | pg_upgrade doc: mention that replication slots must... |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: add documentation about ecpg Oracle-compatibility... |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: move system views section to its own chapter |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: clarify the behavior of identically-named savepoints |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: clarify that "excluded" ON CONFLICT is a single row |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: mention that INSERT can block because of unique... |
commit | commitdiff | tree |
2022-07-14 |
Bruce Momjian | doc: mention the pg_locks lock names in parentheses |
commit | commitdiff | tree |
2022-07-14 |
Thomas Munro | Don't clobber postmaster sigmask in dsm_impl_resize. |
commit | commitdiff | tree |
next |