projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-08-03
Bruce Momjian
pg_upgrade: warn about extensions that need updating
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
pg_upgrade: improve docs about extension upgrades
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
doc: mention inheritance's tableoid can be used in...
commit
|
commitdiff
|
tree
2021-08-03
Bruce Momjian
doc: add example of using pg_dump with GNU split and...
commit
|
commitdiff
|
tree
2021-08-02
Etsuro Fujita
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a3...
commit
|
commitdiff
|
tree
2021-07-31
Tom Lane
Use elog, not Assert, to report failure to provide...
commit
|
commitdiff
|
tree
2021-07-31
Dean Rasheed
Fix corner-case errors and loss of precision in numeric...
commit
|
commitdiff
|
tree
2021-07-30
John Naylor
Fix range check in ECPG numeric to int conversion
commit
|
commitdiff
|
tree
2021-07-30
Heikki Linnakangas
Update obsolete comment that still referred to Checkpoi...
commit
|
commitdiff
|
tree
2021-07-30
Etsuro Fujita
postgres_fdw: Fix handling of pending asynchronous...
commit
|
commitdiff
|
tree
2021-07-30
Amit Kapila
Remove unused argument in apply_handle_commit_internal().
commit
|
commitdiff
|
tree
2021-07-29
Alvaro Herrera
Close yet another race condition in replication slot...
commit
|
commitdiff
|
tree
2021-07-29
Daniel Gustafsson
docs: Fix bit_count example output
commit
|
commitdiff
|
tree
2021-07-29
Tom Lane
Improve libpq's handling of OOM during error message...
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Avoid calling TestLib::perl2host on a symlinked directory
commit
|
commitdiff
|
tree
2021-07-29
Andrew Dunstan
Make TestLib::perl2host more consistent and robust
commit
|
commitdiff
|
tree
2021-07-29
Michael Paquier
Add missing exit() in pg_verifybackup when failing...
commit
|
commitdiff
|
tree
2021-07-28
Fujii Masao
Update minimum recovery point on truncation during...
commit
|
commitdiff
|
tree
2021-07-28
John Naylor
Disallow negative strides in date_bin()
commit
|
commitdiff
|
tree
2021-07-28
David Rowley
Doc: Clarify lock levels taken during ATTACH PARTITION
commit
|
commitdiff
|
tree
2021-07-27
Alvaro Herrera
Set pg_setting.pending_restart when pertinent config...
commit
|
commitdiff
|
tree
2021-07-27
Tom Lane
Fix bugs in polymorphic-argument resolution for multira...
commit
|
commitdiff
|
tree
2021-07-27
Fujii Masao
Avoid using ambiguous word "non-negative" in error...
commit
|
commitdiff
|
tree
2021-07-27
Bruce Momjian
doc: for various substring funcs, document if only...
commit
|
commitdiff
|
tree
2021-07-27
Bruce Momjian
pg_resetxlog: add option to set oldest xid & use by...
commit
|
commitdiff
|
tree
2021-07-26
Tomas Vondra
psql \dX: check schema when listing statistics objects
commit
|
commitdiff
|
tree
2021-07-26
Michael Paquier
doc: Fix command example to run regression tests with...
commit
|
commitdiff
|
tree
2021-07-26
Tom Lane
Harden pg_stat_statements tests against CLOBBER_CACHE_A...
commit
|
commitdiff
|
tree
2021-07-26
David Rowley
Fix incorrect comment for get_agg_clause_costs
commit
|
commitdiff
|
tree
2021-07-26
Michael Paquier
Fix a couple of memory leaks in src/bin/pg_basebackup/
commit
|
commitdiff
|
tree
2021-07-25
Tom Lane
Get rid of artificial restriction on hash table sizes...
commit
|
commitdiff
|
tree
2021-07-25
Andres Freund
Deduplicate choice of horizon for a relation procarray.c.
commit
|
commitdiff
|
tree
2021-07-24
Tom Lane
Fix check for conflicting session- vs transaction-level...
commit
|
commitdiff
|
tree
2021-07-24
Tom Lane
Make printf("%s", NULL) print "(null)" instead of crashing.
commit
|
commitdiff
|
tree
2021-07-24
Tom Lane
Remove configure-time thread safety checking (thread_te...
commit
|
commitdiff
|
tree
2021-07-22
John Naylor
Fix division by zero error in date_bin
commit
|
commitdiff
|
tree
2021-07-22
Thomas Munro
jit: Don't inline functions that access thread-locals.
commit
|
commitdiff
|
tree
2021-07-21
Tom Lane
Doc: improve documentation about exponentiation operator.
commit
|
commitdiff
|
tree
2021-07-21
John Naylor
Document "B" and "us" as accepted units in postgres...
commit
|
commitdiff
|
tree
2021-07-21
John Naylor
Add missing check of noError parameter in euc_tw_and_big5.c
commit
|
commitdiff
|
tree
2021-07-21
Fujii Masao
doc: Document that only superusers can use pg_import_sy...
commit
|
commitdiff
|
tree
2021-07-20
Bruce Momjian
doc: PG 14 relnote adjustments
commit
|
commitdiff
|
tree
2021-07-20
Tom Lane
Fix corner-case uninitialized-variable issues in plpgsql.
commit
|
commitdiff
|
tree
2021-07-20
Michael Paquier
Fix some issues with WAL segment opening for pg_receive...
commit
|
commitdiff
|
tree
2021-07-20
Peter Geoghegan
Doc: vacuum_multixact_failsafe_age is multixact-based.
commit
|
commitdiff
|
tree
2021-07-20
Peter Geoghegan
vacuumdb: Correct comment about --force-index-cleanup.
commit
|
commitdiff
|
tree
2021-07-19
Alvaro Herrera
Make new replication slot test code even less racy
commit
|
commitdiff
|
tree
2021-07-19
Amit Kapila
Don't allow to set replication slot_name as ''.
commit
|
commitdiff
|
tree
2021-07-19
Michael Paquier
doc: Mention CASCADE/RESTRICT for DROP STATISTICS
commit
|
commitdiff
|
tree
2021-07-18
Alexander Korotkov
Support for unnest(multirange)
commit
|
commitdiff
|
tree
2021-07-17
Alvaro Herrera
Make new replication slot test code less racy
commit
|
commitdiff
|
tree
2021-07-17
Tom Lane
Doc: document the current-transaction-modes GUCs.
commit
|
commitdiff
|
tree
2021-07-16
Alvaro Herrera
Fix pg_dump for disabled triggers on partitioned tables
commit
|
commitdiff
|
tree
2021-07-16
Alvaro Herrera
Preserve firing-on state when cloning row triggers...
commit
|
commitdiff
|
tree
2021-07-16
Alvaro Herrera
Advance old-segment horizon properly after slot invalid...
commit
|
commitdiff
|
tree
2021-07-16
Peter Eisentraut
doc: Spell checking
commit
|
commitdiff
|
tree
2021-07-15
Daniel Gustafsson
docs: fix inconsistencies in markup and case
commit
|
commitdiff
|
tree
2021-07-15
Tom Lane
Ensure HAVE_DECL_XXX macros in MSVC builds match those...
commit
|
commitdiff
|
tree
2021-07-15
Alexander Korotkov
Fix small inconsistencies in catalog definition of...
commit
|
commitdiff
|
tree
2021-07-15
Michael Paquier
Remove unnecessary assertion in postmaster.c
commit
|
commitdiff
|
tree
2021-07-14
Magnus Hagander
Clarify description of pg_stat_statements columns
commit
|
commitdiff
|
tree
2021-07-14
Michael Paquier
Fix unexpected error messages for various flavors of...
commit
|
commitdiff
|
tree
2021-07-14
Peter Eisentraut
Fix lack of message pluralization
commit
|
commitdiff
|
tree
2021-07-14
David Rowley
Change the name of the Result Cache node to Memoize
commit
|
commitdiff
|
tree
2021-07-13
Tom Lane
Rename debug_invalidate_system_caches_always to debug_d...
commit
|
commitdiff
|
tree
2021-07-13
David Rowley
Robustify tuplesort's free_sort_tuple function
commit
|
commitdiff
|
tree
2021-07-13
David Rowley
Fix theoretical bug in tuplesort
commit
|
commitdiff
|
tree
2021-07-12
Tom Lane
Probe for preadv/pwritev in a more macOS-friendly way.
commit
|
commitdiff
|
tree
2021-07-12
Peter Eisentraut
doc: Fix typo in function prototype
commit
|
commitdiff
|
tree
2021-07-12
Heikki Linnakangas
Remove dead assignment to local variable.
commit
|
commitdiff
|
tree
2021-07-12
Peter Eisentraut
doc: Make release note entries more accurate
commit
|
commitdiff
|
tree
2021-07-12
Michael Paquier
Revert "Fix issues with Windows' stat() for files pendi...
commit
|
commitdiff
|
tree
2021-07-12
Michael Paquier
Fix issues with Windows' stat() for files pending on...
commit
|
commitdiff
|
tree
2021-07-11
Tom Lane
Lock the extension during ALTER EXTENSION ADD/DROP.
commit
|
commitdiff
|
tree
2021-07-11
Thomas Munro
Fix pgbench timestamp bugs.
commit
|
commitdiff
|
tree
2021-07-10
Jeff Davis
Fix assign_record_type_typmod().
commit
|
commitdiff
|
tree
2021-07-10
Tom Lane
Fix busted test for ldap_initialize.
commit
|
commitdiff
|
tree
2021-07-10
Dean Rasheed
Fix numeric_mul() overflow due to too many digits after...
commit
|
commitdiff
|
tree
2021-07-09
Tom Lane
Un-break AIX build, take 2.
commit
|
commitdiff
|
tree
2021-07-09
Alvaro Herrera
libpq: Fix sending queries in pipeline aborted state
commit
|
commitdiff
|
tree
2021-07-09
Tom Lane
Un-break AIX build.
commit
|
commitdiff
|
tree
2021-07-09
Tom Lane
Avoid creating a RESULT RTE that's marked LATERAL.
commit
|
commitdiff
|
tree
2021-07-09
Tom Lane
Update configure's probe for libldap to work with OpenL...
commit
|
commitdiff
|
tree
2021-07-09
Tom Lane
Reject cases where a query in WITH rewrites to just...
commit
|
commitdiff
|
tree
2021-07-09
Thomas Munro
Remove more obsolete comments about semaphores.
commit
|
commitdiff
|
tree
2021-07-09
David Rowley
Fix incorrect return value in pg_size_pretty(bigint)
commit
|
commitdiff
|
tree
2021-07-08
Bruce Momjian
doc: minor PG 14 relnote changes
commit
|
commitdiff
|
tree
2021-07-08
Bruce Momjian
doc: PG 14 relnote, move system view items to the...
commit
|
commitdiff
|
tree
2021-07-08
Bruce Momjian
doc: improve PG 14 relnote item about adding btree...
commit
|
commitdiff
|
tree
2021-07-07
Tom Lane
Fix crash in postgres_fdw for provably-empty remote...
commit
|
commitdiff
|
tree
2021-07-07
Fujii Masao
doc: Fix description about pg_stat_statements.track_pla...
commit
|
commitdiff
|
tree
2021-07-07
Fujii Masao
postgres_fdw: Tighten up allowed values for batch_size...
commit
|
commitdiff
|
tree
2021-07-06
Tom Lane
Avoid doing catalog lookups in postgres_fdw's conversio...
commit
|
commitdiff
|
tree
2021-07-06
Tom Lane
Doc: add info about timestamps with fractional-minute...
commit
|
commitdiff
|
tree
2021-07-05
Tom Lane
Reduce overhead of cache-clobber testing in LookupOpcla...
commit
|
commitdiff
|
tree
2021-07-05
Tom Lane
Rethink blocking annotations in detach-partition-concur...
commit
|
commitdiff
|
tree
2021-07-05
Peter Eisentraut
doc: Fix quoting markup
commit
|
commitdiff
|
tree
2021-07-05
Amit Kapila
Doc: Hash Indexes.
commit
|
commitdiff
|
tree
2021-07-04
Michael Paquier
doc: Mention requirement to --enable-tap-tests on secti...
commit
|
commitdiff
|
tree
2021-07-04
David Rowley
Doc: mention that VACUUM can't utilize over 1GB of RAM
commit
|
commitdiff
|
tree
next