projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-09-10
Tom Lane
Fix some anomalies with NO SCROLL cursors.
commit
|
commitdiff
|
tree
2021-09-09
Tom Lane
Avoid fetching from an already-terminated plan.
commit
|
commitdiff
|
tree
2021-09-09
Fujii Masao
pgbench: Stop counting skipped transactions as soon...
commit
|
commitdiff
|
tree
2021-09-09
Tom Lane
Check for relation length overrun soon enough.
commit
|
commitdiff
|
tree
2021-09-09
Fujii Masao
Fix issue with WAL archiving in standby.
commit
|
commitdiff
|
tree
2021-09-08
Tom Lane
Avoid useless malloc/free traffic around getFormattedTy...
commit
|
commitdiff
|
tree
2021-09-08
Tom Lane
Fix misleading comments about TOAST access macros.
commit
|
commitdiff
|
tree
2021-09-08
Tom Lane
Fix rewriter to set hasModifyingCTE correctly on rewrit...
commit
|
commitdiff
|
tree
2021-09-08
Peter Eisentraut
Disable anonymous record hash support except in special...
commit
|
commitdiff
|
tree
2021-09-08
Amit Kapila
Invalidate relcache for publications defined for all...
commit
|
commitdiff
|
tree
2021-09-07
Magnus Hagander
Consistently use read-only instead of "read only"
commit
|
commitdiff
|
tree
2021-09-07
Tom Lane
Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
commit
|
commitdiff
|
tree
2021-09-07
Heikki Linnakangas
Fix missing words in comment.
commit
|
commitdiff
|
tree
2021-09-06
Noah Misch
AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS.
commit
|
commitdiff
|
tree
2021-09-06
Tom Lane
Fix bogus timetz_zone() results for DYNTZ abbreviations.
commit
|
commitdiff
|
tree
2021-09-06
Peter Eisentraut
Fix pkg-config files for static linking
commit
|
commitdiff
|
tree
2021-09-04
Tom Lane
Further portability tweaks for float4/float8 hash funct...
commit
|
commitdiff
|
tree
2021-09-04
Tom Lane
Minor improvements for psql help output.
commit
|
commitdiff
|
tree
2021-09-04
Alvaro Herrera
Revert "Avoid creating archive status ".ready" files...
commit
|
commitdiff
|
tree
2021-09-04
Tom Lane
Remove arbitrary MAXPGPATH limit on command lengths...
commit
|
commitdiff
|
tree
2021-09-03
Tom Lane
Disallow creating an ICU collation if the DB encoding...
commit
|
commitdiff
|
tree
2021-09-03
John Naylor
Set the volatility of the timestamptz version of date_b...
commit
|
commitdiff
|
tree
2021-09-03
Tom Lane
Fix portability issue in tests from commit ce773f230.
commit
|
commitdiff
|
tree
2021-09-02
Tom Lane
In count_usable_fds(), duplicate stderr not stdin.
commit
|
commitdiff
|
tree
2021-09-02
Tom Lane
Fix float4/float8 hash functions to produce uniform...
commit
|
commitdiff
|
tree
2021-09-02
Michael Paquier
doc: Replace some uses of "which" by "that" in parallel...
commit
|
commitdiff
|
tree
2021-09-01
Tom Lane
Doc: clarify how triggers relate to transactions.
commit
|
commitdiff
|
tree
2021-09-01
Tomas Vondra
Identify simple column references in extended statistics
commit
|
commitdiff
|
tree
2021-09-01
Fujii Masao
pgbench: Fix bug in measurement of disconnection delays.
commit
|
commitdiff
|
tree
2021-09-01
Amit Kapila
Fix the random test failure in 001_rep_changes.
commit
|
commitdiff
|
tree
2021-09-01
Peter Geoghegan
VACUUM VERBOSE: Don't report "pages removed".
commit
|
commitdiff
|
tree
2021-08-31
Tomas Vondra
Don't print extra parens around expressions in extended...
commit
|
commitdiff
|
tree
2021-08-31
John Naylor
Mark the timestamptz variant of date_bin() as stable
commit
|
commitdiff
|
tree
2021-08-31
Tom Lane
In pg_dump, avoid doing per-table queries for RLS policies.
commit
|
commitdiff
|
tree
2021-08-31
Tom Lane
Cache the results of format_type() queries in pg_dump.
commit
|
commitdiff
|
tree
2021-08-31
Tomas Vondra
Rename the role in stats_ext to have regress_ prefix
commit
|
commitdiff
|
tree
2021-08-31
Tomas Vondra
Fix lookup error in extended stats ownership check
commit
|
commitdiff
|
tree
2021-08-31
Tom Lane
Fix missed lock acquisition while inlining new-style...
commit
|
commitdiff
|
tree
2021-08-30
Alvaro Herrera
Report tuple address in data-corruption error message
commit
|
commitdiff
|
tree
2021-08-30
Alvaro Herrera
psql: Fix name quoting on extended statistics
commit
|
commitdiff
|
tree
2021-08-30
Fujii Masao
pgbench: Avoid unnecessary measurement of connection...
commit
|
commitdiff
|
tree
2021-08-30
Peter Eisentraut
Add list of acknowledgments to release notes
commit
|
commitdiff
|
tree
2021-08-30
Amit Kapila
Fix incorrect error code in StartupReplicationOrigin().
commit
|
commitdiff
|
tree
2021-08-28
Alvaro Herrera
Keep stats up to date for partitioned tables
commit
|
commitdiff
|
tree
2021-08-28
Alvaro Herrera
psql \dX: reference regclass with "pg_catalog." prefix
commit
|
commitdiff
|
tree
2021-08-28
Alvaro Herrera
psql \dP: reference regclass with "pg_catalog." prefix
commit
|
commitdiff
|
tree
2021-08-28
Noah Misch
Fix data loss in wal_level=minimal crash recovery of...
commit
|
commitdiff
|
tree
2021-08-27
Tom Lane
Count SP-GiST index scans in pg_stat statistics.
commit
|
commitdiff
|
tree
2021-08-27
Stephen Frost
Use maintenance_io_concurrency for ANALYZE prefetch
commit
|
commitdiff
|
tree
2021-08-27
Stephen Frost
docs: Add command tags for SQL commands
commit
|
commitdiff
|
tree
2021-08-27
Daniel Gustafsson
docs: clarify bgw_restart_time documentation
commit
|
commitdiff
|
tree
2021-08-27
Peter Geoghegan
track_io_timing logging: Don't special case 0 ms.
commit
|
commitdiff
|
tree
2021-08-27
Peter Geoghegan
Reorder log_autovacuum_min_duration log output.
commit
|
commitdiff
|
tree
2021-08-27
Tom Lane
Handle interaction of regexp's makesearch and MATCHALL...
commit
|
commitdiff
|
tree
2021-08-27
Peter Geoghegan
contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
commit
|
commitdiff
|
tree
2021-08-25
Tom Lane
Remove redundant test.
commit
|
commitdiff
|
tree
2021-08-25
Robert Haas
Fix broken snapshot handling in parallel workers.
commit
|
commitdiff
|
tree
2021-08-25
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2021-08-25
Michael Paquier
Fix incorrect merge in ECPG code with DECLARE
commit
|
commitdiff
|
tree
2021-08-25
Amit Kapila
Fix toast rewrites in logical decoding.
commit
|
commitdiff
|
tree
2021-08-25
Etsuro Fujita
Doc: Tweak function prototype indentation for consistency.
commit
|
commitdiff
|
tree
2021-08-25
Fujii Masao
ecpg: Remove trailing period from error message.
commit
|
commitdiff
|
tree
2021-08-25
Fujii Masao
Avoid using ambiguous word "positive" in error message.
commit
|
commitdiff
|
tree
2021-08-25
Fujii Masao
Improve error message about valid value for distance...
commit
|
commitdiff
|
tree
2021-08-24
Tom Lane
Fix regexp misbehavior with capturing parens inside...
commit
|
commitdiff
|
tree
2021-08-24
Amit Kapila
Fix Alter Subscription's Add/Drop Publication behavior.
commit
|
commitdiff
|
tree
2021-08-23
Tom Lane
Prevent regexp back-refs from sometimes matching when...
commit
|
commitdiff
|
tree
2021-08-23
Alvaro Herrera
Avoid creating archive status ".ready" files too early
commit
|
commitdiff
|
tree
2021-08-23
Michael Paquier
Fix backup manifests to generate correct WAL-Ranges...
commit
|
commitdiff
|
tree
2021-08-21
Tom Lane
Improve error messages about misuse of SELECT INTO.
commit
|
commitdiff
|
tree
2021-08-20
Tom Lane
Fix performance bug in regexp's citerdissect/creviterdi...
commit
|
commitdiff
|
tree
2021-08-20
Daniel Gustafsson
Remove --quiet option from pg_amcheck
commit
|
commitdiff
|
tree
2021-08-20
Peter Eisentraut
pg_amcheck: Fix block number parsing on command line
commit
|
commitdiff
|
tree
2021-08-19
Tom Lane
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
commit
|
commitdiff
|
tree
2021-08-19
Andres Freund
Unset MyBEEntry, making elog.c's call to pgstat_get_my_...
commit
|
commitdiff
|
tree
2021-08-19
Amit Kapila
Fix typo in protocol.sgml.
commit
|
commitdiff
|
tree
2021-08-19
Michael Paquier
Revert refactoring of hex code to src/common/
commit
|
commitdiff
|
tree
2021-08-18
Tom Lane
Fix check_agg_arguments' examination of aggregate FILTE...
commit
|
commitdiff
|
tree
2021-08-18
Daniel Gustafsson
Fix pg_amcheck --skip option parameter handling
commit
|
commitdiff
|
tree
2021-08-17
Tom Lane
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extens...
commit
|
commitdiff
|
tree
2021-08-17
Michael Meskes
Improved ECPG warning as suggested by Michael Paquier...
commit
|
commitdiff
|
tree
2021-08-17
Daniel Gustafsson
Set type identifier on BIO
commit
|
commitdiff
|
tree
2021-08-17
Heikki Linnakangas
doc: \123 and \x12 escapes in COPY are in database...
commit
|
commitdiff
|
tree
2021-08-16
Alvaro Herrera
Revert analyze support for partitioned tables
commit
|
commitdiff
|
tree
2021-08-16
Michael Paquier
Refresh apply delay on reload of recovery_min_apply_del...
commit
|
commitdiff
|
tree
2021-08-13
Tom Lane
Add RISC-V spinlock support in s_lock.h.
commit
|
commitdiff
|
tree
2021-08-13
Peter Eisentraut
pg_amcheck: Message style and structuring improvements
commit
|
commitdiff
|
tree
2021-08-13
Michael Meskes
Fix connection handling for DEALLOCATE and DESCRIBE...
commit
|
commitdiff
|
tree
2021-08-13
Daniel Gustafsson
Fix sslsni connparam boolean check
commit
|
commitdiff
|
tree
2021-08-13
David Rowley
Fix incorrect hash table resizing code in simplehash.h
commit
|
commitdiff
|
tree
2021-08-12
Thomas Munro
Make EXEC_BACKEND more convenient on macOS.
commit
|
commitdiff
|
tree
2021-08-12
Tomas Vondra
Use appropriate tuple descriptor in FDW batching
commit
|
commitdiff
|
tree
2021-08-12
Heikki Linnakangas
Fix segfault during EvalPlanQual with mix of local...
commit
|
commitdiff
|
tree
2021-08-10
Tom Lane
Fix failure of btree_gin indexscans with "char" type...
commit
|
commitdiff
|
tree
2021-08-09
Tom Lane
Stamp 14beta3.
REL_14_BETA3
commit
|
commitdiff
|
tree
2021-08-09
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2021-08-09
David Rowley
Doc: Fix misleading statement about VACUUM memory limits
commit
|
commitdiff
|
tree
2021-08-09
David Rowley
Use ExplainPropertyInteger for queryid in EXPLAIN
commit
|
commitdiff
|
tree
2021-08-09
Bruce Momjian
doc: mention pg_upgrade extension script
commit
|
commitdiff
|
tree
2021-08-08
Tom Lane
Doc: remove bogus <indexterm> items.
commit
|
commitdiff
|
tree
next