]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-04-11 Bruce Momjiandoc: adjust libpq wording to be neither/nor
2019-04-11 Tom LaneRemove redundant and ineffective test for btree inserti...
2019-04-11 Alvaro HerreraFix declaration after statement
2019-04-10 Tom LaneFix backwards test in operator_precedence_warning logic.
2019-04-10 Peter Eisentrautpg_restore: Make not verbose by default
2019-04-10 Amit KapilaAvoid counting transaction stats for parallel worker...
2019-04-10 Thomas MunroImprove comment in sync.h.
2019-04-09 Thomas MunroFix typos.
2019-04-09 Tom LanePrevent inlining of multiply-referenced CTEs with outer...
2019-04-09 Alvaro HerreraFix typo
2019-04-09 Alvaro HerreraFix memory leak in pgbench
2019-04-09 Tom LaneTest some more cases with partitioned tables in EvalPla...
2019-04-09 Noah MischDefine WIN32_STACK_RLIMIT throughout win32 and cygwin...
2019-04-09 Peter EisentrautReplace tabs with spaces in one .sql file
2019-04-09 Heikki LinnakangasFix example in comment.
2019-04-09 Noah MischAvoid "could not reattach" by providing space for concu...
2019-04-08 Andres Freundtableam: comment and formatting fixes.
2019-04-08 Peter Eisentrautdoc: Fix whitespace
2019-04-08 Tom LaneFix improper interaction of FULL JOINs with lateral...
2019-04-08 Peter Eisentrautdoc: Update serial explanation
2019-04-08 Tom LaneFix EvalPlanQualStart to handle partitioned result...
2019-04-08 Peter Eisentrautdoc: Add note about generated columns in foreign tables
2019-04-08 Fujii MasaoAdd vacuum_truncate reloption.
2019-04-08 Michael PaquierTweak wording of documentation for pg_checksums
2019-04-08 Andres FreundReset memory context once per tuple in validateForeignK...
2019-04-08 Andres FreundFix a number of issues around modifying a previously...
2019-04-08 Michael PaquierAdd more tests for partition tuple routing with dropped...
2019-04-07 Tom LaneAvoid fetching past the end of the indoption array.
2019-04-07 Alvaro Herrerapsql \dP: list partitioned tables and indexes
2019-04-07 Tom LaneClean up side-effects of commits ab5fcf2b0 et al.
2019-04-07 Peter EisentrautReport progress of REINDEX operations
2019-04-07 Peter EisentrautCast pg_stat_progress_cluster.cluster_index_relid to oid
2019-04-06 Tom LaneAvoid Python memory leaks in hstore_plpython and jsonb_...
2019-04-06 Tom LaneFix failures in validateForeignKeyConstraint's slow...
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-05 Tom LaneUse Append rather than MergeAppend for scanning ordered...
2019-04-05 Alvaro HerreraAdd facility to copy replication slots
2019-04-05 Thomas MunroWake up interested backends when a checkpoint fails.
2019-04-05 Robert HaasFix missing word.
2019-04-05 Tom LaneEnsure consistent name matching behavior in processSQLN...
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...
next