index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-09-04
Minor improvements for psql help output.
Tom Lane
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-09-03
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-09-03
Set the volatility of the timestamptz version of date_bin() back to immutable
John Naylor
2021-09-03
Fix portability issue in tests from commit ce773f230.
Tom Lane
2021-09-03
Make pkg-config files cross-compile friendly
Peter Eisentraut
2021-09-03
Fix pkg-config files for static linking
Peter Eisentraut
2021-09-02
In count_usable_fds(), duplicate stderr not stdin.
Tom Lane
2021-09-02
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
Remove superfluous variable assignment
Daniel Gustafsson
2021-09-02
Enhance pg_stat_reset_single_table_counters function.
Fujii Masao
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
Use COPY FREEZE in pgbench for faster benchmark table population.
Tatsuo Ishii
2021-09-01
Identify simple column references in extended statistics
Tomas Vondra
2021-09-01
Improve tab-completion for CREATE PUBLICATION.
Fujii Masao
2021-09-01
Fix incorrect format placeholders
Peter Eisentraut
2021-09-01
pgbench: Fix bug in measurement of disconnection delays.
Fujii Masao
2021-09-01
Fix the random test failure in 001_rep_changes.
Amit Kapila
2021-09-01
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-09-01
Refactor one conversion of SQLSTATE to string in elog.c
Michael Paquier
2021-09-01
Add PostgresNode::command_fails_like()
Michael Paquier
2021-08-31
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
vacuumlazy.c: Correct prune state comment.
Peter Geoghegan
2021-08-31
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-08-31
Remove unneeded old_rel_pages VACUUM state field.
Peter Geoghegan
2021-08-31
Mark the timestamptz variant of date_bin() as stable
John Naylor
2021-08-31
In pg_dump, avoid doing per-table queries for RLS policies.
Tom Lane
2021-08-31
Cache the results of format_type() queries in pg_dump.
Tom Lane
2021-08-31
Rename the role in stats_ext to have regress_ prefix
Tomas Vondra
2021-08-31
Fix lookup error in extended stats ownership check
Tomas Vondra
2021-08-31
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-31
Prohibit map and grep in void context
Daniel Gustafsson
2021-08-31
Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql
Michael Paquier
2021-08-31
Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackup
Michael Paquier
2021-08-30
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-08-30
pgbench: Avoid unnecessary measurement of connection delays.
Fujii Masao
2021-08-30
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
Add more tab completion support for ALTER TABLE ADD in psql
Michael Paquier
2021-08-29
Doc: add a little about LACON execution to src/backend/regex/README.
Tom Lane
2021-08-28
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-28
psql \dX: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
psql \dP: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-27
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
[next]