]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-04-05 Andres Freundtable: docs: fix typos and grammar.
2019-04-05 Etsuro FujitaDoc: Update documentation on partitioning vs. foreign...
2019-04-05 Peter EisentrautFix compiler warning
2019-04-05 Noah MischRevert "Consistently test for in-use shared memory."
2019-04-05 Thomas MunroFix bugs in mdsyncfiletag().
2019-04-05 Stephen FrostHandle errors during GSSAPI startup better
2019-04-05 Michael PaquierFix some documentation in pg_rewind
2019-04-05 Andres FreundRemove unused struct member, enforce multi_insert callb...
2019-04-05 Andres FreundHarden tableam against nonexistant / wrong kind of...
2019-04-05 Peter GeogheganAdd test coverage for rootdescend verification.
2019-04-04 Andres Freundtableam: Add table_multi_insert() and revamp/speed...
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-04 Alvaro Herrerapg_restore: Require "-f -" to mean stdout
2019-04-04 Tom LaneMake queries' locking of indexes more consistent.
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-04 Peter GeogheganInvalidate binary search bounds consistently.
2019-04-04 Stephen FrostMove the be_gssapi_get_* prototypes
2019-04-04 Thomas MunroRefactor the fsync queue for wider use.
2019-04-04 Peter Eisentrautfile_fdw: Fix for generated columns
2019-04-04 Noah MischSilence -Wimplicit-fallthrough in sysv_shmem.c.
2019-04-04 Noah MischMake src/test/recovery/t/017_shm.pl safe for concurrent...
2019-04-04 Michael PaquierImprove readability of some tests in strings.sql
2019-04-04 Andres Freundtableam: basic documentation.
2019-04-04 Noah MischAssert that pgwin32_signal_initialize() has been called...
2019-04-04 Noah MischHandle USE_MODULE_DB for all tests able to use an insta...
2019-04-04 Noah MischConsistently test for in-use shared memory.
2019-04-03 Tom LaneDoc: clarify partial-index example.
2019-04-03 Tomas VondraAdd SETTINGS option to EXPLAIN, to print modified settings.
2019-04-03 Alvaro HerreraTweak docs for log_statement_sample_rate
2019-04-03 Alvaro HerreraLog all statements from a sample of transactions
2019-04-03 Tom LaneRemove now-unnecessary thread pointer arguments in...
2019-04-03 Tomas VondraReduce overhead of pg_mcv_list (de)serialization
2019-04-03 Stephen FrostGSSAPI encryption support
2019-04-03 Alvaro HerreraCopy name when cloning FKs recurses to partitions
2019-04-03 Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-03 Heikki LinnakangasGenerate less WAL during GiST, GIN and SP-GiST index...
2019-04-03 Alvaro HerreraCorrectly initialize newly added struct member
2019-04-02 Alvaro HerreraPrevent use of uninitialized variable
2019-04-02 Alvaro HerreraUpdate expected output for modified catalog definition
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-02 Stephen FrostAdd support for partial TOAST decompression
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (FINAL, NULL) upperrel operat...
2019-04-02 Etsuro FujitaRefactor create_limit_path() to share cost adjustment...
2019-04-02 Etsuro Fujitapostgres_fdw: Modify regression tests for EPQ-related...
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (ORDERED, NULL) upperrel...
2019-04-02 Dean RasheedPerform RLS subquery checks as the right user when...
2019-04-02 Michael PaquierAdd progress reporting to pg_checksums
2019-04-02 Thomas MunroAdd wal_recycle and wal_init_zero GUCs.
2019-04-01 Andres FreundOnly allow heap in a number of contrib modules.
2019-04-01 Andres Freundtableam: Add table_finish_bulk_insert().
2019-04-01 Tom LaneRestrict pgbench's zipfian parameter to ensure good...
2019-04-01 Thomas MunroFix deadlock in heap_compute_xid_horizon_for_tuples().
2019-04-01 Tom LaneImprove documentation about our XML functionality.
2019-04-01 Tom LaneAdd volatile qualifier missed in commit 2e616dee9.
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-04-01 Alexander KorotkovThrow error in jsonb_path_match() when result is not...
2019-04-01 Alexander KorotkovRestrict some cases in parsing numerics in jsonpath
2019-04-01 Alexander KorotkovGIN support for @@ and @? jsonpath operators
2019-04-01 Peter EisentrautCatch syntax error in generated column definition
2019-04-01 Michael PaquierFix thinko in allocation call during MVC list deseriali...
2019-04-01 Noah MischUpdate HINT for pre-existing shared memory block.
2019-04-01 Andres Freundtableam: bitmap table scan.
2019-04-01 Andres Freundtableam: sample scan.
2019-04-01 Andres Freundtableam: Formatting and other minor cleanups.
2019-04-01 Peter GeogheganFix nbtree high key "continuescan" row compare bug.
2019-03-31 Tom LaneAdd test case exercising formerly-unreached code in...
2019-03-31 Tom LaneCompute root->qual_security_level in a less random...
2019-03-31 Michael PaquierSkip redundant anti-wraparound vacuums
2019-03-31 Andrew DunstanHave pg_upgrade's Makefile honor NO_TEMP_INSTALL
2019-03-31 Andres Freundtableam: Move heap specific logic from estimate_rel_siz...
2019-03-31 Andres Freundtableam: VACUUM and ANALYZE support.
2019-03-31 Tomas VondraFix typo
2019-03-30 Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-30 Tomas VondraFix compiler warnings in multivariate MCV code
2019-03-30 Tomas VondraAdditional fixes of memory alignment in pg_mcv_list...
2019-03-30 Tom LaneAvoid crash in partitionwise join planning under GEQO.
2019-03-30 Peter Eisentrautdoc: Fix typo
2019-03-30 Peter EisentrautGenerated columns
2019-03-30 Peter EisentrautSmall code simplification for REINDEX CONCURRENTLY
2019-03-29 Peter Eisentrautdoc: Small documentation review for REINDEX CONCURRENTLY
2019-03-29 Peter Eisentrautdoc: Fix typo
2019-03-29 Peter GeogheganTweak some nbtree-related code comments.
2019-03-29 Tomas VondraFix memory alignment in pg_mcv_list serialization
2019-03-29 Andres FreundShow table access methods as such in psql's \dA.
2019-03-29 Andres Freundtableam: Comment fixes.
2019-03-29 Michael PaquierReorganize Notes section in documentation of pg_checksums
2019-03-29 Peter Eisentrautdoc: Refine README.links further
2019-03-29 Robert HaasAllow existing VACUUM options to take a Boolean argument.
2019-03-29 Robert HaasWarn more strongly about the dangers of exclusive backu...
2019-03-29 Peter EisentrautFix incorrect code in new REINDEX CONCURRENTLY code
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-28 Thomas MunroFix typo.
2019-03-28 Andres FreundFix a few comment copy & pastos.
2019-03-28 Tomas VondraFix deserialization of pg_mcv_list values
2019-03-28 Peter Eisentrautdoc: Fix typo
2019-03-28 Thomas MunroUse FullTransactionId for the transaction stack.
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Peter EisentrautFix vpath build
next