projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
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
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
next