users/rhaas/postgres.git
2020-01-18 Michael PaquierAdd GUC checks for ssl_min_protocol_version and ssl_max...
2020-01-17 Alexander KorotkovAvoid full scan of GIN indexes when possible
2020-01-17 Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17 Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-17 Tomas VondraAllocate freechunks bitmap as part of SlabContext
2020-01-17 Andrew Dunstanbump catalog version as should have been done for jsonb...
2020-01-17 Andrew DunstanAdd a non-strict version of jsonb_set
2020-01-17 Michael PaquierMove OpenSSL routines for min/max protocol setting...
2020-01-16 Tom LaneRationalize code placement between wchar.c, encnames...
2020-01-16 Tom LaneUpdate header comments for wchar.c and encnames.c.
2020-01-16 Tom LaneMove wchar.c and encnames.c to src/common/.
2020-01-16 Robert HaasFix problems with "read only query" checks, and refacto...
2020-01-16 Tom LaneMinor code beautification in regexp.c.
2020-01-15 Tom LaneRestructure ALTER TABLE execution to fix assorted bugs.
2020-01-15 Alvaro HerreraReport progress of ANALYZE commands
2020-01-15 Peter EisentrautRemove libpq.rc, use win32ver.rc for libpq
2020-01-15 Michael PaquierFix buggy logic in isTempNamespaceInUse()
2020-01-15 Amit KapilaIntroduce IndexAM fields for parallel vacuum.
2020-01-14 Peter EisentrautFix compiler warning about format on Windows
2020-01-14 Bruce Momjiandocs: change "default role" wording to "predefined...
2020-01-14 Bruce MomjianRevert copyright script changes to binary *.key files
2020-01-14 Bruce Momjiantools/copyright.pl: skip copyright changes for *.key...
2020-01-14 Peter Eisentrautwalreceiver uses a temporary replication slot by default
2020-01-14 Peter EisentrautExpose PQbackendPID() through walreceiver API
2020-01-14 Peter EisentrautALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
2020-01-14 Dean RasheedMake rewriter prevent auto-updates on views with condit...
2020-01-14 Amit KapilaRevert test added by commit d207038053.
2020-01-13 Tom LaneReduce size of backend scanner's tables.
2020-01-13 Peter EisentrautFix base backup with database OIDs larger than INT32_MAX
2020-01-13 Amit KapilaFix typo.
2020-01-13 Michael PaquierFix comment in heapam.c
2020-01-13 Andrew DunstanOnly superuser can set sslcert/sslkey in postgres_fdw...
2020-01-13 Amit KapilaDelete empty pages in each pass during GIST VACUUM.
2020-01-13 Tomas VondraApply multiple multivariate MCV lists when possible
2020-01-13 Tomas VondraApply all available functional dependencies
2020-01-12 Tom LaneFix edge-case crashes and misestimation in range contai...
2020-01-12 Michael PaquierRemove incorrect assertion for INSERT in logical replic...
2020-01-11 Tom LaneExtensive code review for GSSAPI encryption mechanism.
2020-01-11 Peter EisentrautMake lsn argument of walrcv_create_slot() optional
2020-01-11 Peter EisentrautRemove STATUS_FOUND
2020-01-11 Noah MischMaintain valid md.c state when FileClose() fails.
2020-01-10 Peter Geoghegannbtree: Rename BT_HEAP_TID_ATTR.
2020-01-10 Peter Geoghegannbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
2020-01-10 Alvaro HerreraClean up representation of flags in struct ReorderBufferTXN
2020-01-10 Michael Paquierdoc: Fix naming of SELinux
2020-01-10 Michael Paquierpgbench: Make more debug messages use common logging API
2020-01-09 Tom LaneSkip tab-completion tests if envar SKIP_READLINE_TESTS...
2020-01-09 Tom LaneReconsider the representation of join alias Vars.
2020-01-09 Robert HaasAdd pg_shmem_allocations view.
2020-01-09 Robert HaasRemove bogus 'return'.
2020-01-09 Magnus HaganderClarify that pg_trgm is used in example
2020-01-09 Peter EisentrautAdd support for automatically updating Unicode derived...
2020-01-09 Andrew DunstanAllow 'sslkey' and 'sslcert' in postgres_fdw user mappings
2020-01-08 Peter EisentrautModernize Python exception syntax in tests
2020-01-08 Peter EisentrautRemove support for Python older than 2.6
2020-01-08 Alvaro HerreraReimplement nullification of walsender timestamp
2020-01-08 Tom LaneImprove the handling of result type coercions in SQL...
2020-01-08 Stephen FrostImprove GSSAPI Encryption startup comment in libpq
2020-01-08 Tom LaneFix handling of generated columns in ALTER TABLE.
2020-01-08 Peter Eisentrautpgbench: Use common logging API
2020-01-08 Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-08 Michael PaquierRemove dependency to system calls for memory allocation...
2020-01-07 Alvaro Herrerapg_stat_activity: show NULL stmt start time for walsenders
2020-01-07 Robert Haastableam: New callback relation_fetch_toast_slice.
2020-01-07 Robert Haastableam: Allow choice of toast AM.
2020-01-07 Robert HaasIncrease the maximum value of track_activity_query_size.
2020-01-07 Tom LaneClean up management of IP addresses in our SSL tests.
2020-01-06 Tom LaneReduce the number of GetFlushRecPtr() calls done by...
2020-01-06 Tom LaneAdd functions min_scale(numeric) and trim_scale(numeric).
2020-01-06 Peter EisentrautHave logical replication subscriber fire column triggers
2020-01-06 Michael PaquierRemove support for OpenSSL 0.9.8 and 1.0.0
2020-01-06 Peter GeogheganRemove redundant incomplete split assertion.
2020-01-05 Tom LaneMinor style improvements for tab-completion test.
2020-01-05 Tatsuo IshiiDocs: use more standard terminology "round-to-nearest...
2020-01-05 Tom LaneAvoid reading ~/.inputrc in tab-completion test, and...
2020-01-04 Tom LaneDon't try to force TERM to a fixed value in tab-complet...
2020-01-04 Tom LaneIn tab-completion test, print out the value of TERM...
2020-01-04 Noah MischSkip memcpy(x, x) in qunique().
2020-01-04 Tom LaneMake tab-completion tests more robust.
2020-01-04 Peter EisentrautMake better use of ParseState in ProcessUtility
2020-01-03 Peter GeogheganAdd xl_btree_delete optimization.
2020-01-03 Tom LaneFurther fixes for tab-completion TAP tests.
2020-01-03 Tom LaneAdd an ugly workaround for a bug in some recent libedit...
2020-01-03 Peter Eisentrautpgbench: Improve test description
2020-01-03 Amit KapilaFix typos in parallel query docs.
2020-01-03 Peter GeogheganClear up btree_xlog_split() alignment comment.
2020-01-03 Tom LaneMinor portability fixes for new TAP script.
2020-01-02 Peter GeogheganCorrect _bt_delitems_vacuum() lock comments.
2020-01-02 Alvaro HerreraFix cloning of row triggers to sub-partitions
2020-01-02 Tom LaneAdd basic TAP tests for psql's tab-completion logic.
2020-01-02 Tom LaneFix typmod exposed for scalar function in FROM, too.
2020-01-02 Peter GeogheganReorder two nbtree.h function prototypes.
2020-01-02 Tom LaneFix collation exposed for scalar function in FROM.
2020-01-02 Tom LaneMake parser rely more heavily on the ParseNamespaceItem...
2020-01-02 Peter EisentrautFix comment in test
2020-01-02 Amit KapilaFix running out of file descriptors for spill files.
2020-01-02 Peter GeogheganRevise BTP_HAS_GARBAGE nbtree VACUUM comments.
2020-01-02 Tom LaneTest GROUP BY matching of join columns that are type...
2020-01-01 Peter GeogheganUpdate btree_xlog_delete() comments.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
next