projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024-04-04
Andrew Dunstan
Use incremental parsing of backup manifests.
commit
|
commitdiff
|
tree
2024-04-04
Andrew Dunstan
Add support for incrementally parsing backup manifests
commit
|
commitdiff
|
tree
2024-04-04
Andrew Dunstan
Introduce a non-recursive JSON parser
commit
|
commitdiff
|
tree
2024-04-04
Peter Eisentraut
Silence meson warning
commit
|
commitdiff
|
tree
2024-04-04
Etsuro Fujita
postgres_fdw: Remove useless ternary expression.
commit
|
commitdiff
|
tree
2024-04-04
David Rowley
Secondary refactor of heap scanning functions
commit
|
commitdiff
|
tree
2024-04-04
Michael Paquier
Coordinate emit_log_hook and all log destinations to...
commit
|
commitdiff
|
tree
2024-04-04
David Rowley
Preliminary refactor of heap scanning functions
commit
|
commitdiff
|
tree
2024-04-04
Michael Paquier
pg_regress: Save errno in emit_tap_output_v() and switc...
commit
|
commitdiff
|
tree
2024-04-03
Jeff Davis
CREATE INDEX: do not update stats during binary upgrade.
commit
|
commitdiff
|
tree
2024-04-03
Tom Lane
Invent SERIALIZE option for EXPLAIN.
commit
|
commitdiff
|
tree
2024-04-03
Alexander Korotkov
Fix the parameters order for TableAmRoutine.relation_co...
commit
|
commitdiff
|
tree
2024-04-03
Robert Haas
docs: Demote "Monitoring Disk Usage" from chapter to...
commit
|
commitdiff
|
tree
2024-04-03
Alvaro Herrera
Split XLogCtl->LogwrtResult into separate struct members
commit
|
commitdiff
|
tree
2024-04-03
Nathan Bossart
Inline pg_popcount() for small buffers.
commit
|
commitdiff
|
tree
2024-04-03
Heikki Linnakangas
Combine freezing and pruning steps in VACUUM
commit
|
commitdiff
|
tree
2024-04-03
Heikki Linnakangas
Refactor how heap_prune_chain() updates prunable_xid
commit
|
commitdiff
|
tree
2024-04-03
Alvaro Herrera
Fix zeroing of pg_serial page without SLRU bank lock
commit
|
commitdiff
|
tree
2024-04-03
Alexander Korotkov
Use the pairing heap instead of a flat array for LSN...
commit
|
commitdiff
|
tree
2024-04-03
Daniel Gustafsson
Drop global objects after completed test
commit
|
commitdiff
|
tree
2024-04-03
Amit Kapila
Ensure that the sync slots reach a consistent state...
commit
|
commitdiff
|
tree
2024-04-03
Alexander Korotkov
Minor improvements for waitlsn.c
commit
|
commitdiff
|
tree
2024-04-03
Daniel Gustafsson
Fix indentation from cafe1056558f
commit
|
commitdiff
|
tree
2024-04-03
Daniel Gustafsson
Add error codes to some PANIC/FATAL errors reports
commit
|
commitdiff
|
tree
2024-04-03
Nathan Bossart
Add built-in ERROR handling for archive callbacks.
commit
|
commitdiff
|
tree
2024-04-03
Masahiko Sawada
Improve eviction algorithm in ReorderBuffer using max...
commit
|
commitdiff
|
tree
2024-04-03
David Rowley
Don't adjust ressortgroupref in generate_setop_child_gr...
commit
|
commitdiff
|
tree
2024-04-03
Masahiko Sawada
Add functions to binaryheap for efficient key removal...
commit
|
commitdiff
|
tree
2024-04-03
Masahiko Sawada
Make binaryheap enlargeable.
commit
|
commitdiff
|
tree
2024-04-02
Alexander Korotkov
Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
commit
|
commitdiff
|
tree
2024-04-02
David Rowley
Don't zero tuple_fraction when planning UNIONs with...
commit
|
commitdiff
|
tree
2024-04-02
Alexander Korotkov
Implement pg_wal_replay_wait() stored procedure
commit
|
commitdiff
|
tree
2024-04-02
Tom Lane
Avoid deadlock during orphan temp table removal.
commit
|
commitdiff
|
tree
2024-04-02
Nathan Bossart
Avoid function call overhead of pg_popcount() in syslog...
commit
|
commitdiff
|
tree
2024-04-02
Nathan Bossart
Refactor code for setting pg_popcount* function pointers.
commit
|
commitdiff
|
tree
2024-04-02
Tom Lane
Unwind #if spaghetti in hmac_openssl.c a bit.
commit
|
commitdiff
|
tree
2024-04-02
Robert Haas
Allow SIGINT to cancel psql database reconnections.
commit
|
commitdiff
|
tree
2024-04-02
Robert Haas
Expose PQsocketPoll via libpq
commit
|
commitdiff
|
tree
2024-04-02
Thomas Munro
Use streaming I/O in pg_prewarm.
commit
|
commitdiff
|
tree
2024-04-02
Thomas Munro
Provide API for streaming relation data.
commit
|
commitdiff
|
tree
2024-04-02
Thomas Munro
Provide vectored variant of ReadBuffer().
commit
|
commitdiff
|
tree
2024-04-02
Alvaro Herrera
Don't use the pg_am system catalog in new test
commit
|
commitdiff
|
tree
2024-04-02
Alexander Korotkov
Revert "Custom reloptions for table AM"
commit
|
commitdiff
|
tree
2024-04-02
Masahiko Sawada
Use TidStore for dead tuple TIDs storage during lazy...
commit
|
commitdiff
|
tree
2024-04-01
David Rowley
Fix assert failure when planning setop subqueries with...
commit
|
commitdiff
|
tree
2024-04-01
Tom Lane
Avoid "unused variable" warning on non-USE_SSL_ENGINE...
commit
|
commitdiff
|
tree
2024-04-01
Heikki Linnakangas
Introduce 'options' argument to heap_page_prune()
commit
|
commitdiff
|
tree
2024-04-01
Tom Lane
Invent --transaction-size option for pg_restore.
commit
|
commitdiff
|
tree
2024-04-01
Tom Lane
Rearrange pg_dump's handling of large objects for bette...
commit
|
commitdiff
|
tree
2024-04-01
Tom Lane
Avoid possible longjmp-induced logic error in PLy_trigg...
commit
|
commitdiff
|
tree
2024-04-01
Tom Lane
Fix assorted resource leaks in new pg_createsubscriber...
commit
|
commitdiff
|
tree
2024-04-01
Heikki Linnakangas
Handle non-chain tuples outside of heap_prune_chain()
commit
|
commitdiff
|
tree
2024-04-01
Heikki Linnakangas
Refactor heap_prune_chain()
commit
|
commitdiff
|
tree
2024-04-01
Heikki Linnakangas
Minor refactoring in heap_page_prune
commit
|
commitdiff
|
tree
2024-04-01
Masahiko Sawada
Add new COPY option LOG_VERBOSITY.
commit
|
commitdiff
|
tree
2024-03-31
John Naylor
Revert "Speed up tail processing when hashing aligned...
commit
|
commitdiff
|
tree
2024-03-31
John Naylor
Speed up tail processing when hashing aligned C strings
commit
|
commitdiff
|
tree
2024-03-30
Alexander Korotkov
Let table AM insertion methods control index insertion
commit
|
commitdiff
|
tree
2024-03-30
Alexander Korotkov
Custom reloptions for table AM
commit
|
commitdiff
|
tree
2024-03-30
Alexander Korotkov
Generalize relation analyze in table AM interface
commit
|
commitdiff
|
tree
2024-03-30
Tom Lane
Add pg_basetype() function to extract a domain's base...
commit
|
commitdiff
|
tree
2024-03-30
Alvaro Herrera
Stabilize postgres_fdw test
commit
|
commitdiff
|
tree
2024-03-30
Alvaro Herrera
doc: Improve "Partition Maintenance" section
commit
|
commitdiff
|
tree
2024-03-30
Dean Rasheed
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
commit
|
commitdiff
|
tree
2024-03-30
Jeff Davis
Add unicode_strtitle() for Unicode Default Case Conversion.
commit
|
commitdiff
|
tree
2024-03-29
Daniel Gustafsson
Remove superfluous trailing semicolons
commit
|
commitdiff
|
tree
2024-03-29
Jeff Davis
Use version for builtin collations.
commit
|
commitdiff
|
tree
2024-03-29
Tom Lane
Try to stabilize flappy test result.
commit
|
commitdiff
|
tree
2024-03-29
Robert Haas
Add allow_alter_system GUC.
commit
|
commitdiff
|
tree
2024-03-28
Tom Lane
Allow "internal" subtransactions in parallel mode.
commit
|
commitdiff
|
tree
2024-03-28
Alvaro Herrera
ALTER TABLE: rework determination of access method ID
commit
|
commitdiff
|
tree
2024-03-28
Tom Lane
Update comment in set_dummy_rel_pathlist().
commit
|
commitdiff
|
tree
2024-03-28
Alvaro Herrera
Remove translation markers from libpq-be-fe-helpers.h
commit
|
commitdiff
|
tree
2024-03-28
Alvaro Herrera
libpq-be-fe-helpers.h: wrap new cancel APIs
commit
|
commitdiff
|
tree
2024-03-28
Heikki Linnakangas
Remove obsolete comment about VACUUM retrying pruning
commit
|
commitdiff
|
tree
2024-03-28
Masahiko Sawada
Improve tab completion for ALTER TABLE ALTER COLUMN...
commit
|
commitdiff
|
tree
2024-03-28
Nathan Bossart
Improve style of pg_lfind32().
commit
|
commitdiff
|
tree
2024-03-28
Masahiko Sawada
Rethink create and attach APIs of shared TidStore.
commit
|
commitdiff
|
tree
2024-03-27
Bruce Momjian
doc: fix CREATE ROLE typo
commit
|
commitdiff
|
tree
2024-03-27
Jeff Davis
Run perltidy on generate-unicode_version.pl.
commit
|
commitdiff
|
tree
2024-03-27
Tom Lane
Fix unnecessary use of moving-aggregate mode with non...
commit
|
commitdiff
|
tree
2024-03-27
Nathan Bossart
Adjust documentation for syncfs().
commit
|
commitdiff
|
tree
2024-03-27
Robert Haas
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
commit
|
commitdiff
|
tree
2024-03-27
David Rowley
Fix unstable aggregate regression test
commit
|
commitdiff
|
tree
2024-03-27
Dean Rasheed
Add functions to generate random numbers in a specified...
commit
|
commitdiff
|
tree
2024-03-27
Alexander Korotkov
Fix some typos and grammar issues from commit 87985cc92522
commit
|
commitdiff
|
tree
2024-03-27
Amit Kapila
Fix random failure in 004_subscription.
commit
|
commitdiff
|
tree
2024-03-27
Amit Kapila
Change last_inactive_time to inactive_since in pg_repli...
commit
|
commitdiff
|
tree
2024-03-27
Masahiko Sawada
Allow specifying initial and maximum segment sizes...
commit
|
commitdiff
|
tree
2024-03-27
Nathan Bossart
Fix compiler warning for pg_lfind32().
commit
|
commitdiff
|
tree
2024-03-26
Nathan Bossart
Add commit 64e401b62b to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
2024-03-26
Tom Lane
Remove some redundant set_cheapest() calls.
commit
|
commitdiff
|
tree
2024-03-26
Nathan Bossart
Optimize roles_is_member_of() with a Bloom filter.
commit
|
commitdiff
|
tree
2024-03-26
Tom Lane
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move...
commit
|
commitdiff
|
tree
2024-03-26
Nathan Bossart
Micro-optimize pg_lfind32().
commit
|
commitdiff
|
tree
2024-03-26
Tom Lane
Propagate pathkeys from CTEs up to the outer query.
commit
|
commitdiff
|
tree
2024-03-26
Bruce Momjian
C comment: mention no doc for negative start of substr...
commit
|
commitdiff
|
tree
2024-03-26
Tom Lane
Allow "make check"-style testing to work with musl...
commit
|
commitdiff
|
tree
2024-03-26
Peter Eisentraut
Remove ObjectClass type
commit
|
commitdiff
|
tree
2024-03-26
Peter Eisentraut
Message fixes for pg_createsubscriber
commit
|
commitdiff
|
tree
next