projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2019-04-05
Noah Misch
Revert "Consistently test for in-use shared memory."
commit
|
commitdiff
|
tree
2019-04-05
Thomas Munro
Fix bugs in mdsyncfiletag().
commit
|
commitdiff
|
tree
2019-04-05
Stephen Frost
Handle errors during GSSAPI startup better
commit
|
commitdiff
|
tree
2019-04-05
Michael Paquier
Fix some documentation in pg_rewind
commit
|
commitdiff
|
tree
2019-04-05
Andres Freund
Remove unused struct member, enforce multi_insert callb...
commit
|
commitdiff
|
tree
2019-04-05
Andres Freund
Harden tableam against nonexistant / wrong kind of...
commit
|
commitdiff
|
tree
2019-04-05
Peter Geoghegan
Add test coverage for rootdescend verification.
commit
|
commitdiff
|
tree
2019-04-04
Andres Freund
tableam: Add table_multi_insert() and revamp/speed...
commit
|
commitdiff
|
tree
2019-04-04
Tom Lane
Add a "SQLSTATE-only" error verbosity option to libpq...
commit
|
commitdiff
|
tree
2019-04-04
Alvaro Herrera
pg_restore: Require "-f -" to mean stdout
commit
|
commitdiff
|
tree
2019-04-04
Tom Lane
Make queries' locking of indexes more consistent.
commit
|
commitdiff
|
tree
2019-04-04
Robert Haas
Allow VACUUM to be run with index cleanup disabled.
commit
|
commitdiff
|
tree
2019-04-04
Peter Geoghegan
Invalidate binary search bounds consistently.
commit
|
commitdiff
|
tree
2019-04-04
Stephen Frost
Move the be_gssapi_get_* prototypes
commit
|
commitdiff
|
tree
2019-04-04
Thomas Munro
Refactor the fsync queue for wider use.
commit
|
commitdiff
|
tree
2019-04-04
Peter Eisentraut
file_fdw: Fix for generated columns
commit
|
commitdiff
|
tree
2019-04-04
Noah Misch
Silence -Wimplicit-fallthrough in sysv_shmem.c.
commit
|
commitdiff
|
tree
2019-04-04
Noah Misch
Make src/test/recovery/t/017_shm.pl safe for concurrent...
commit
|
commitdiff
|
tree
2019-04-04
Michael Paquier
Improve readability of some tests in strings.sql
commit
|
commitdiff
|
tree
2019-04-04
Andres Freund
tableam: basic documentation.
commit
|
commitdiff
|
tree
2019-04-04
Noah Misch
Assert that pgwin32_signal_initialize() has been called...
commit
|
commitdiff
|
tree
2019-04-04
Noah Misch
Handle USE_MODULE_DB for all tests able to use an insta...
commit
|
commitdiff
|
tree
2019-04-04
Noah Misch
Consistently test for in-use shared memory.
commit
|
commitdiff
|
tree
2019-04-03
Tom Lane
Doc: clarify partial-index example.
commit
|
commitdiff
|
tree
2019-04-03
Tomas Vondra
Add SETTINGS option to EXPLAIN, to print modified settings.
commit
|
commitdiff
|
tree
2019-04-03
Alvaro Herrera
Tweak docs for log_statement_sample_rate
commit
|
commitdiff
|
tree
2019-04-03
Alvaro Herrera
Log all statements from a sample of transactions
commit
|
commitdiff
|
tree
2019-04-03
Tom Lane
Remove now-unnecessary thread pointer arguments in...
commit
|
commitdiff
|
tree
2019-04-03
Tomas Vondra
Reduce overhead of pg_mcv_list (de)serialization
commit
|
commitdiff
|
tree
2019-04-03
Stephen Frost
GSSAPI encryption support
commit
|
commitdiff
|
tree
2019-04-03
Alvaro Herrera
Copy name when cloning FKs recurses to partitions
commit
|
commitdiff
|
tree
2019-04-03
Alvaro Herrera
Support foreign keys that reference partitioned tables
commit
|
commitdiff
|
tree
2019-04-03
Heikki Linnakangas
Generate less WAL during GiST, GIN and SP-GiST index...
commit
|
commitdiff
|
tree
2019-04-03
Alvaro Herrera
Correctly initialize newly added struct member
commit
|
commitdiff
|
tree
2019-04-02
Alvaro Herrera
Prevent use of uninitialized variable
commit
|
commitdiff
|
tree
2019-04-02
Alvaro Herrera
Update expected output for modified catalog definition
commit
|
commitdiff
|
tree
2019-04-02
Alvaro Herrera
Report progress of CREATE INDEX operations
commit
|
commitdiff
|
tree
2019-04-02
Stephen Frost
Add support for partial TOAST decompression
commit
|
commitdiff
|
tree
2019-04-02
Etsuro Fujita
postgres_fdw: Perform the (FINAL, NULL) upperrel operat...
commit
|
commitdiff
|
tree
2019-04-02
Etsuro Fujita
Refactor create_limit_path() to share cost adjustment...
commit
|
commitdiff
|
tree
2019-04-02
Etsuro Fujita
postgres_fdw: Modify regression tests for EPQ-related...
commit
|
commitdiff
|
tree
2019-04-02
Etsuro Fujita
postgres_fdw: Perform the (ORDERED, NULL) upperrel...
commit
|
commitdiff
|
tree
2019-04-02
Dean Rasheed
Perform RLS subquery checks as the right user when...
commit
|
commitdiff
|
tree
2019-04-02
Michael Paquier
Add progress reporting to pg_checksums
commit
|
commitdiff
|
tree
2019-04-02
Thomas Munro
Add wal_recycle and wal_init_zero GUCs.
commit
|
commitdiff
|
tree
2019-04-01
Andres Freund
Only allow heap in a number of contrib modules.
commit
|
commitdiff
|
tree
2019-04-01
Andres Freund
tableam: Add table_finish_bulk_insert().
commit
|
commitdiff
|
tree
2019-04-01
Tom Lane
Restrict pgbench's zipfian parameter to ensure good...
commit
|
commitdiff
|
tree
2019-04-01
Thomas Munro
Fix deadlock in heap_compute_xid_horizon_for_tuples().
commit
|
commitdiff
|
tree
2019-04-01
Tom Lane
Improve documentation about our XML functionality.
commit
|
commitdiff
|
tree
2019-04-01
Tom Lane
Add volatile qualifier missed in commit 2e616dee9.
commit
|
commitdiff
|
tree
2019-04-01
Peter Eisentraut
Unified logging system for command-line programs
commit
|
commitdiff
|
tree
2019-04-01
Alexander Korotkov
Throw error in jsonb_path_match() when result is not...
commit
|
commitdiff
|
tree
2019-04-01
Alexander Korotkov
Restrict some cases in parsing numerics in jsonpath
commit
|
commitdiff
|
tree
2019-04-01
Alexander Korotkov
GIN support for @@ and @? jsonpath operators
commit
|
commitdiff
|
tree
2019-04-01
Peter Eisentraut
Catch syntax error in generated column definition
commit
|
commitdiff
|
tree
2019-04-01
Michael Paquier
Fix thinko in allocation call during MVC list deseriali...
commit
|
commitdiff
|
tree
2019-04-01
Noah Misch
Update HINT for pre-existing shared memory block.
commit
|
commitdiff
|
tree
2019-04-01
Andres Freund
tableam: bitmap table scan.
commit
|
commitdiff
|
tree
2019-04-01
Andres Freund
tableam: sample scan.
commit
|
commitdiff
|
tree
2019-04-01
Andres Freund
tableam: Formatting and other minor cleanups.
commit
|
commitdiff
|
tree
2019-04-01
Peter Geoghegan
Fix nbtree high key "continuescan" row compare bug.
commit
|
commitdiff
|
tree
2019-03-31
Tom Lane
Add test case exercising formerly-unreached code in...
commit
|
commitdiff
|
tree
2019-03-31
Tom Lane
Compute root->qual_security_level in a less random...
commit
|
commitdiff
|
tree
2019-03-31
Michael Paquier
Skip redundant anti-wraparound vacuums
commit
|
commitdiff
|
tree
2019-03-31
Andrew Dunstan
Have pg_upgrade's Makefile honor NO_TEMP_INSTALL
commit
|
commitdiff
|
tree
2019-03-31
Andres Freund
tableam: Move heap specific logic from estimate_rel_siz...
commit
|
commitdiff
|
tree
2019-03-31
Andres Freund
tableam: VACUUM and ANALYZE support.
commit
|
commitdiff
|
tree
2019-03-31
Tomas Vondra
Fix typo
commit
|
commitdiff
|
tree
2019-03-30
Tom Lane
Speed up planning when partitions can be pruned at...
commit
|
commitdiff
|
tree
2019-03-30
Tomas Vondra
Fix compiler warnings in multivariate MCV code
commit
|
commitdiff
|
tree
2019-03-30
Tomas Vondra
Additional fixes of memory alignment in pg_mcv_list...
commit
|
commitdiff
|
tree
2019-03-30
Tom Lane
Avoid crash in partitionwise join planning under GEQO.
commit
|
commitdiff
|
tree
2019-03-30
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2019-03-30
Peter Eisentraut
Generated columns
commit
|
commitdiff
|
tree
2019-03-30
Peter Eisentraut
Small code simplification for REINDEX CONCURRENTLY
commit
|
commitdiff
|
tree
2019-03-29
Peter Eisentraut
doc: Small documentation review for REINDEX CONCURRENTLY
commit
|
commitdiff
|
tree
2019-03-29
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2019-03-29
Peter Geoghegan
Tweak some nbtree-related code comments.
commit
|
commitdiff
|
tree
2019-03-29
Tomas Vondra
Fix memory alignment in pg_mcv_list serialization
commit
|
commitdiff
|
tree
2019-03-29
Andres Freund
Show table access methods as such in psql's \dA.
commit
|
commitdiff
|
tree
2019-03-29
Andres Freund
tableam: Comment fixes.
commit
|
commitdiff
|
tree
2019-03-29
Michael Paquier
Reorganize Notes section in documentation of pg_checksums
commit
|
commitdiff
|
tree
2019-03-29
Peter Eisentraut
doc: Refine README.links further
commit
|
commitdiff
|
tree
2019-03-29
Robert Haas
Allow existing VACUUM options to take a Boolean argument.
commit
|
commitdiff
|
tree
2019-03-29
Robert Haas
Warn more strongly about the dangers of exclusive backu...
commit
|
commitdiff
|
tree
2019-03-29
Peter Eisentraut
Fix incorrect code in new REINDEX CONCURRENTLY code
commit
|
commitdiff
|
tree
2019-03-29
Peter Eisentraut
REINDEX CONCURRENTLY
commit
|
commitdiff
|
tree
2019-03-29
Andres Freund
tableam: relation creation, VACUUM FULL/CLUSTER, SET...
commit
|
commitdiff
|
tree
2019-03-28
Thomas Munro
Fix typo.
commit
|
commitdiff
|
tree
2019-03-28
Andres Freund
Fix a few comment copy & pastos.
commit
|
commitdiff
|
tree
2019-03-28
Tomas Vondra
Fix deserialization of pg_mcv_list values
commit
|
commitdiff
|
tree
2019-03-28
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2019-03-28
Thomas Munro
Use FullTransactionId for the transaction stack.
commit
|
commitdiff
|
tree
2019-03-28
Thomas Munro
Add basic infrastructure for 64 bit transaction IDs.
commit
|
commitdiff
|
tree
2019-03-28
Andres Freund
tableam: Support for an index build's initial table...
commit
|
commitdiff
|
tree
2019-03-27
Peter Eisentraut
Fix vpath build
commit
|
commitdiff
|
tree
2019-03-27
Peter Eisentraut
doc: Add some images
commit
|
commitdiff
|
tree
2019-03-27
Peter Eisentraut
doc: Move htmlhelp output to subdirectory
commit
|
commitdiff
|
tree
2019-03-27
Peter Eisentraut
Use Pandoc also for plain-text documentation output
commit
|
commitdiff
|
tree
next