| 2022-08-05 |
Thomas Munro | Remove configure probe for clock_gettime. |
commit | commitdiff | tree |
| 2022-08-05 |
Peter Geoghegan | Fix nbtree maximum item size macro. |
commit | commitdiff | tree |
| 2022-08-05 |
Thomas Munro | Simplify replacement code for preadv and pwritev. |
commit | commitdiff | tree |
| 2022-08-05 |
Michael Paquier | Make consistent a couple of log messages when parsing... |
commit | commitdiff | tree |
| 2022-08-05 |
Michael Paquier | Use hba_file/ident_file GUCs rather than pg_hba.conf... |
commit | commitdiff | tree |
| 2022-08-04 |
David Rowley | Fix failure to set correct operator in window run condition |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove dead pread and pwrite replacement code. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove dead setenv, unsetenv replacement code. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probes for poll and poll.h. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probe for link. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probes for symlink/readlink, and dead... |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probe for setsid. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probe for shm_open. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probe and related tests for getrlimit. |
commit | commitdiff | tree |
| 2022-08-04 |
Thomas Munro | Remove configure probe for dlopen, and refactor. |
commit | commitdiff | tree |
| 2022-08-04 |
Robert Haas | Revert recent changes to 002_pg_upgrade.pl. |
commit | commitdiff | tree |
| 2022-08-04 |
Tom Lane | Fix check_exclusion_or_unique_constraint for UNIQUE... |
commit | commitdiff | tree |
| 2022-08-04 |
Tom Lane | Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative... |
commit | commitdiff | tree |
| 2022-08-04 |
Tom Lane | Add proper regression test for the recent SRFs-in-pathk... |
commit | commitdiff | tree |
| 2022-08-04 |
Daniel Gustafsson | Rephrase comments to make them clearer |
commit | commitdiff | tree |
| 2022-08-04 |
John Naylor | Fix formatting and comment typos |
commit | commitdiff | tree |
| 2022-08-04 |
John Naylor | Fix assorted doc typos |
commit | commitdiff | tree |
| 2022-08-04 |
John Naylor | Clarify DROP EXTENSION docs regarding explicitly depend... |
commit | commitdiff | tree |
| 2022-08-04 |
Michael Paquier | Fix inconsistent comments for some function declaration... |
commit | commitdiff | tree |
| 2022-08-04 |
John Naylor | Support SSE2 intrinsics where available |
commit | commitdiff | tree |
| 2022-08-03 |
Tom Lane | Fix incorrect tests for SRFs in relation_can_be_sorted_... |
commit | commitdiff | tree |
| 2022-08-03 |
Peter Geoghegan | Add another old commit to git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2022-08-03 |
Tom Lane | Reduce test runtime of src/test/modules/snapshot_too_old. |
commit | commitdiff | tree |
| 2022-08-03 |
Amit Kapila | Add wait_for_subscription_sync for TAP tests. |
commit | commitdiff | tree |
| 2022-08-02 |
Tom Lane | Be more wary about 32-bit integer overflow in pg_stat_s... |
commit | commitdiff | tree |
| 2022-08-02 |
David Rowley | Remove unused fields from ExprEvalStep |
commit | commitdiff | tree |
| 2022-08-02 |
Tom Lane | Change type "char"'s I/O format for non-ASCII characters. |
commit | commitdiff | tree |
| 2022-08-02 |
David Rowley | Improve performance of ORDER BY / DISTINCT aggregates |
commit | commitdiff | tree |
| 2022-08-02 |
Michael Paquier | doc: Fix typos in protocol.sgml |
commit | commitdiff | tree |
| 2022-08-02 |
Amit Kapila | Move common catalog cache access routines to lsyscache.c |
commit | commitdiff | tree |
| 2022-08-02 |
John Naylor | Fix comment in pg_db_role_setting.h |
commit | commitdiff | tree |
| 2022-08-02 |
Amit Kapila | Remove duplicated wait for subscription sync from 007_d... |
commit | commitdiff | tree |
| 2022-08-01 |
Tom Lane | Add a regression test for contrib/tcn. |
commit | commitdiff | tree |
| 2022-08-01 |
David Rowley | Relax overly strict rules in select_outer_pathkeys_for_... |
commit | commitdiff | tree |
| 2022-08-01 |
Tom Lane | Add a regression test for contrib/pg_prewarm. |
commit | commitdiff | tree |
| 2022-08-01 |
David Rowley | Have ExecFindPartition cache the last found partition |
commit | commitdiff | tree |
| 2022-08-01 |
Tom Lane | Check maximum number of columns in function RTEs, too. |
commit | commitdiff | tree |
| 2022-08-01 |
Michael Paquier | Fix error reporting after ioctl() call with pg_upgrade... |
commit | commitdiff | tree |
| 2022-08-01 |
Andres Freund | ci: remove minor version from freebsd image name |
commit | commitdiff | tree |
| 2022-08-01 |
Michael Paquier | Append -X to direct invocation of psql in new test... |
commit | commitdiff | tree |
| 2022-08-01 |
Michael Paquier | Add more TAP tests with BASE_BACKUP and pg_backup_start... |
commit | commitdiff | tree |
| 2022-07-31 |
Tom Lane | Remove test_oat_hooks.c's nodetag_to_string(). |
commit | commitdiff | tree |
| 2022-07-31 |
Andrew Dunstan | Add --schema and --exclude-schema options to vacuumdb. |
commit | commitdiff | tree |
| 2022-07-31 |
Andres Freund | ci: switch to freebsd 13.1 |
commit | commitdiff | tree |
| 2022-07-31 |
Tom Lane | Fix trim_array() for zero-dimensional array argument. |
commit | commitdiff | tree |
| 2022-07-31 |
Tom Lane | Make new auto_explain test safe for log_error_verbosity... |
commit | commitdiff | tree |
| 2022-07-31 |
Michael Paquier | Feed ObjectAddress to event triggers for ALTER TABLE... |
commit | commitdiff | tree |
| 2022-07-31 |
Michael Paquier | Expand tests of test_ddl_deparse/ for ALTER TABLE |
commit | commitdiff | tree |
| 2022-07-30 |
Tom Lane | Improve regression test coverage of GiST index building. |
commit | commitdiff | tree |
| 2022-07-30 |
Tom Lane | Add regression test coverage for contrib/pg_buffercache. |
commit | commitdiff | tree |
| 2022-07-30 |
Tom Lane | Fix incorrect is-this-the-topmost-join tests in paralle... |
commit | commitdiff | tree |
| 2022-07-30 |
Tom Lane | Adjust new pg_read_file() test cases for more portability. |
commit | commitdiff | tree |
| 2022-07-30 |
Robert Haas | Revise test case added in 43746996399541ecb5c7b188725a5... |
commit | commitdiff | tree |
| 2022-07-29 |
Andrew Dunstan | Fix new recovery test for log_error_verbosity=verbose... |
commit | commitdiff | tree |
| 2022-07-29 |
Robert Haas | Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb4... |
commit | commitdiff | tree |
| 2022-07-29 |
Tom Lane | Support pg_read_[binary_]file (filename, missing_ok). |
commit | commitdiff | tree |
| 2022-07-29 |
Tom Lane | In transformRowExpr(), check for too many columns in... |
commit | commitdiff | tree |
| 2022-07-29 |
Robert Haas | Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca. |
commit | commitdiff | tree |
| 2022-07-29 |
Alvaro Herrera | Fix test instability |
commit | commitdiff | tree |
| 2022-07-29 |
Amit Kapila | Move related functions next to each other in pg_publica... |
commit | commitdiff | tree |
| 2022-07-28 |
Robert Haas | Use TRUNCATE to preserve relfilenode for pg_largeobject... |
commit | commitdiff | tree |
| 2022-07-28 |
Tom Lane | Improve speed of hash index build. |
commit | commitdiff | tree |
| 2022-07-28 |
Alvaro Herrera | doc: avoid saying "inheritance" ... |
commit | commitdiff | tree |
| 2022-07-28 |
Robert Haas | Clean up some residual confusion between OIDs and RelFi... |
commit | commitdiff | tree |
| 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 |
| next |