]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-20 Andres FreundAccept that server might not be able to send error...
2017-09-20 Tom LaneRemove no-op GiST support functions in the core GiST...
2017-09-20 Tom LaneAllow no-op GiST support functions to be omitted.
2017-09-19 Andres Freunds/NULL byte/NUL byte/ in comment refering to C string...
2017-09-19 Peter EisentrautAdd basic TAP test setup for pg_upgrade
2017-09-19 Andres FreundAvoid use of non-portable strnlen() in pgstat_clip_acti...
2017-09-19 Andres FreundSpeedup pgstat_report_activity by moving mb-aware trunc...
2017-09-19 Andrew DunstanDisable multi-byte citext tests
2017-09-19 Tom LaneCache datatype-output-function lookup info across calls...
2017-09-19 Andrew DunstanSet client encoding to UTF8 for the citext regression...
2017-09-19 Andres FreundMake new crash restart test a bit more robust.
2017-09-19 Bruce Momjiandoc: add example of % substitution for connection...
2017-09-19 Andrew DunstanAdd citext_pattern_ops for citext contrib module
2017-09-19 Andres FreundRearm statement_timeout after each executed query.
2017-09-19 Andres FreundFix uninitialized variable in dshash.c.
2017-09-19 Andres FreundAdd test for postmaster crash restarts.
2017-09-19 Andres FreundFix crash restart bug introduced in 8356753c212.
2017-09-18 Tom LaneMinor code-cleanliness improvements for btree.
2017-09-18 Tom LaneMake ExplainOpenGroup and ExplainCloseGroup public.
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-18 Tom LaneFix, or at least ameliorate, bugs in logicalrep_worker_...
2017-09-18 Peter EisentrautUpdate some dead external links in the documentation
2017-09-18 Peter EisentrautRemove dead external links from documentation
2017-09-18 Peter EisentrautFix DROP SUBSCRIPTION hang
2017-09-17 Tom LaneDoc: update v10 release notes through today.
2017-09-17 Tom LaneAllow rel_is_distinct_for() to look through RelabelType...
2017-09-17 Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-17 Tom LaneEnsure that BEFORE STATEMENT triggers fire the right...
2017-09-17 Tom LaneFix bogus size calculation introduced by commit cc5f81366.
2017-09-16 Tom LaneDoc: add example of transition table use in a trigger.
2017-09-16 Tom LaneFix SQL-spec incompatibilities in new transition table...
2017-09-16 Bruce Momjiandocs: clarify pg_upgrade docs regarding standbys and...
2017-09-16 Robert HaasAfter a MINVALUE/MAXVALUE bound, allow only more of...
2017-09-15 Alvaro Herrerasrc/test/ldap: Fix test function in Linux port
2017-09-15 Peter EisentrautApply pg_get_serial_sequence() to identity column seque...
2017-09-15 Peter EisentrautAdd LDAP authentication test suite
2017-09-15 Tom LaneGet rid of shared_record_typmod_registry_worker_detach...
2017-09-15 Robert HaasTest coverage for CREATE/ALTER FOREIGN DATA WRAPPER...
2017-09-15 Tom LaneDon't use anonymous unions.
2017-09-15 Tom LaneAvoid duplicate typedef for SharedRecordTypmodRegistry.
2017-09-15 Andres FreundRemove TupleDesc remapping logic from tqueue.c.
2017-09-15 Andres FreundAdd support for coordinating record typmods among paral...
2017-09-15 Peter Eisentrautisn: Fix debug code
2017-09-15 Peter Eisentrautpg_archivecleanup: Add test suite
2017-09-15 Peter Eisentrautpasswordcheck: Add test suite
2017-09-15 Peter Eisentrautchkpass: Add test suite
2017-09-15 Peter Eisentrautlo: Add test suite
2017-09-15 Peter Eisentrautfuzzystrmatch: Add test suite
2017-09-15 Peter Eisentrautadminpack: Add test suite
2017-09-14 Robert HaasAdd missing tags to GetCommandLogLevel.
2017-09-14 Andres FreundPerform only one ReadControlFile() during startup.
2017-09-14 Robert HaasExpand partitioned table RTEs level by level, without...
2017-09-14 Peter EisentrautAvoid use of bool in thread_test.c
2017-09-14 Robert HaasMake RelationGetPartitionDispatchInfo expand depth...
2017-09-14 Peter EisentrautRemove BoolPtr type
2017-09-14 Peter EisentrautFix bool/int type confusion
2017-09-14 Robert HaasFix inconsistent capitalization.
2017-09-14 Robert HaasSet partitioned_rels appropriately when UNION ALL is...
2017-09-14 Andres FreundProperly check interrupts in execScan.c.
2017-09-14 Stephen FrostFix ordering in pg_dump of GRANTs
2017-09-13 Tom LaneAdjust unstable regression test case.
2017-09-13 Tom LaneUpdate contrib/seg for new scalarlesel/scalargesel...
2017-09-13 Tom LaneDistinguish selectivity of < from <= and > from >=.
2017-09-13 Peter Eisentrautdoc: Remove incorrect SCRAM protocol documentation
2017-09-13 Bruce Momjiandocs: adjust "link mode" mention in pg_upgrade streami...
2017-09-13 Bruce Momjiandocs: improve pg_upgrade standby instructions
2017-09-13 Peter EisentrautImprove error message in WAL sender
2017-09-13 Peter EisentrautDefine LDAP_NO_ATTRS if necessary.
2017-09-12 Tom LaneAdd psql variables to track success/failure of SQL...
2017-09-12 Andres FreundIntroduce BYTES unit for GUCs.
2017-09-12 Bruce Momjiandocs: improve pg_upgrade rsync instructions
2017-09-12 Peter Eisentrautdoc: Remove useless marked section
2017-09-12 Peter Eisentrautdoc: Document default scope in LDAP URL
2017-09-12 Peter EisentrautAllow custom search filters to be configured for LDAP...
2017-09-12 Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-12 Tom LaneFix RecursiveCopy.pm to cope with disappearing files.
2017-09-11 Bruce MomjianPG 10 release notes: change trigger transition tables
2017-09-11 Bruce MomjianPG 10 release notes: update PL/Tcl functions item
2017-09-11 Peter Eisentrautpg_receivewal: Add --endpos option
2017-09-11 Andres FreundConstify numeric.c.
2017-09-11 Tom LanePrefer argument name over "$n" for the refname of a...
2017-09-11 Peter Eisentrautdoc: Document function pointer source code style
2017-09-11 Peter EisentrautMessage style fixes
2017-09-10 Tom LaneQuick-hack fix for foreign key cascade vs triggers...
2017-09-10 Tom LaneAdd a test harness for the red-black tree code.
2017-09-10 Tom LaneRemove pre-order and post-order traversal logic for...
2017-09-09 Peter Eisentrautpg_upgrade: Message style fixes
2017-09-09 Tom LaneFix failure-to-copy bug in commit 6f6b99d13.
2017-09-08 Tom LaneFix uninitialized-variable bug.
2017-09-08 Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-09-08 Tom LaneFix pgbench TAP tests to work with --disable-thread...
2017-09-08 Tom LaneDoc: update v10 release notes through today.
2017-09-08 Tom LaneRemove mention of password_encryption = plain in postgr...
2017-09-08 Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08 Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08 Peter EisentrautClean up excessive code
2017-09-08 Peter EisentrautRemove useless empty string initializations
2017-09-08 Peter EisentrautRemove useless dead code
next