]> granicus.if.org Git - postgresql/history - contrib
Fix transition tables for partition/inheritance.
[postgresql] / contrib /
2017-06-22 Robert Haaspostgres_fdw: Move function prototype to correct section.
2017-06-22 Peter EisentrautTeach pgrowlocks to check relkind before scanning
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-15 Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-13 Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-08 Joe ConwayFix contrib/sepgsql regr tests for tup-routing constrai...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-06-04 Tom LaneReplace over-optimistic Assert in partitioning code...
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-21 Tom LaneFix contrib/sepgsql regression tests for partition...
2017-05-18 Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17 Tom LanePreventive maintenance in advance of pgindent run.
2017-05-14 Andrew DunstanSuppress indentation from Data::Dumper in regression...
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
2017-05-13 Tom LaneRedesign get_attstatsslot()/free_attstatsslot() for...
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-04-25 Peter Eisentrautpostgres_fdw: Fix join push down with extensions
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-14 Tom LaneClean up manipulations of hash indexes' hasho_flag...
2017-04-14 Tom LaneFurther fix pg_trgm's extraction of trigrams from regul...
2017-04-14 Peter EisentrautRemove useless trailing spaces in queries in C strings
2017-04-13 Tom LaneFix regexport.c to behave sanely with lookaround constr...
2017-04-12 Robert HaasFix pgstattuple's handling of unused hash pages.
2017-04-11 Tom LaneSimplify handling of remote-qual pass-forward in postgr...
2017-04-11 Tom LaneHandle restriction clause lists more uniformly in postg...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-10 Peter EisentrautFix whitespace
2017-04-09 Joe ConwayMake sepgsql regression tests robust vs. collation...
2017-04-09 Joe ConwayAdd partitioned table support to sepgsql
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-07 Alvaro HerreraReduce the number of pallocs() in BRIN
2017-04-06 Simon RiggsReset API of clause_selectivity()
2017-04-06 Joe ConwaySilence uninitialized variable compiler warning in...
2017-04-06 Joe ConwaySilence compiler warning in sepgsql
2017-04-06 Peter EisentrautFix AclResult vs bool type mix-up
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-04-05 Robert HaasFix pageinspect failures on hash indexes.
2017-04-05 Peter Eisentrautdblink: Small code rearrangement for clarity
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-04-05 Peter Eisentrautpageinspect: Add bt_page_items function with bytea...
2017-04-04 Andres FreundForce synchronous commit in new-ish test_decoding test.
2017-04-04 Robert HaasExpand hash indexes more gradually.
2017-04-04 Robert HaasAbstract logic to allow for multiple kinds of child...
2017-04-01 Kevin GrittnerTry to fix breakage of sepgsql hooks by ENR patch.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-03-31 Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-30 Simon RiggsFix pgrowlocks minor coding oversight
2017-03-30 Simon RiggsDefault monitoring roles
2017-03-30 Andres FreundRemove support for version-0 calling conventions.
2017-03-30 Andres FreundMove contrib/seg to only use V1 calling conventions.
2017-03-28 Alvaro HerreraRemove direct uses of ItemPointer.{ip_blkid,ip_posid}
2017-03-28 Peter Eisentrautdblink: Fix error reporting
2017-03-28 Tom LaneShow ignored constants as "$N" rather than "?" in pg_st...
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-26 Andres FreundBlindly attempt to fix sepgsql tests #2.
2017-03-26 Andres FreundBlindly attempt to fix sepgsql tests.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-23 Robert HaasAllow for parallel execution whenever ExecutorRun(...
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-22 Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-21 Andrew DunstanAdd btree_gin support for enum types
2017-03-21 Andrew DunstanAdd btree_gist support for enum types.
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for varlena...
2017-03-21 Andrew DunstanUse CallerFInfoFunctionCall with btree_gist for numeric...
2017-03-17 Peter Eisentrautpageinspect: Add page_checksum function
2017-03-17 Peter Eisentrautpageinspect: Add test for page_header function
2017-03-16 Robert Haaspostgres_fdw: Push down FULL JOINs with restriction...
2017-03-15 Stephen FrostAdd support for EUI-64 MAC addresses as macaddr8
2017-03-14 Andres FreundImprove isolation tests infrastructure.
2017-03-14 Andres Freundamcheck: Harden tests against concurrent autovacuums.
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-03-14 Peter EisentrautSpelling fixes
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-13 Peter EisentrautFix compiler warning
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-12 Noah MischFix pg_file_write() error handling.
2017-03-12 Noah MischAssume deconstruct_array() outputs are untoasted.
2017-03-11 Joe ConwayFix ancient connection leak in dblink
2017-03-10 Peter Eisentrautdblink: Change some StringInfo to StringInfoData
2017-03-10 Peter Eisentrautdblink: Replace some macros by static functions
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted other...
2017-03-10 Andres Freundamcheck: editorialize variable name & comment.
2017-03-10 Tom LaneAdd .gitignore to contrib/amcheck.
2017-03-10 Stephen Frostpgstattuple: Fix typo partitiond -> partitioned
2017-03-10 Andres FreundAdd amcheck extension to contrib.
2017-03-09 Stephen FrostAdd relkind checks to certain contrib modules
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-03-07 Heikki LinnakangasRefactor SHA2 functions and move them to src/common/.
2017-03-01 Peter EisentrautMove atooid() definition to a central place
2017-02-27 Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
next