]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-01-18 Tom LaneDisable transforms that replaced AT TIME ZONE with...
2017-01-18 Robert HaasAvoid use of DROP TABLE .. CASCADE in partitioning...
2017-01-18 Robert HaasAdd some more tests for tuple routing.
2017-01-18 Robert HaasUpdate information_schema queries and system views...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-18 Robert HaasFactor out logic for computing number of parallel workers.
2017-01-18 Tom LaneAvoid conflicts with collation aliases generated by...
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-18 Peter EisentrautAdd function to import operating system collations
2017-01-17 Alvaro HerreraRemove dead code in bootstrap
2017-01-17 Alvaro HerreraFix typo
2017-01-17 Alvaro HerreraFix typo
2017-01-17 Peter EisentrautCorrect include file path
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRegister missing money operators in system catalogs
2017-01-17 Peter EisentrautAdd more tests for money type
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-17 Peter EisentrautRemove unnecessary include
2017-01-17 Peter EisentrautRemove unnecessary prototypes in loadable modules
2017-01-17 Peter Eisentrautdoc: Update URL for Microsoft download site
2017-01-17 Magnus HaganderAdd compression support to pg_receivexlog
2017-01-17 Fujii MasaoFix an assertion failure related to an exclusive backup.
2017-01-16 Tom LaneFix check_srf_call_placement() to handle VALUES cases...
2017-01-16 Tom LaneFix NULL pointer dereference in tuplesort.c.
2017-01-16 Magnus HaganderFix incorrect comparison due to bad merge
2017-01-16 Magnus HaganderMake pg_basebackup use temporary replication slots
2017-01-16 Fujii MasaoFix typos in comments.
2017-01-15 Tom LaneFix matching of boolean index columns to sort ordering.
2017-01-14 Tom LaneTeach contrib/pg_stat_statements to handle multi-statem...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-14 Tom LaneThrow suitable error for COPY TO STDOUT/FROM STDIN...
2017-01-14 Magnus HaganderChange default values for backup and replication parameters
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-13 Tom LaneFix some more regression test row-order-instability...
2017-01-13 Tom LaneIn PL/Tcl tests, don't choke if optional error fields...
2017-01-13 Peter Eisentrautpg_upgrade: Fix for changed pg_ctl default stop mode
2017-01-13 Robert HaasFix a bug in how we generate partition constraints.
2017-01-13 Robert HaasFix cardinality estimates for parallel joins.
2017-01-12 Tom LaneFix field order in struct catcache.
2017-01-12 Peter EisentrautFix mistake in comment
2017-01-12 Peter EisentrautMake whitespace consistent inside some script files
2017-01-12 Robert HaasFix incorrect function name in comment.
2017-01-11 Stephen Frostpg_restore: Don't allow non-positive number of jobs
2017-01-11 Magnus HaganderFix some typos in comments
2017-01-11 Bruce Momjianpg_xlogdump: document --path behavior
2017-01-10 Stephen Frostpg_dump: Strict names with no matching schema
2017-01-10 Alvaro HerreraFix overflow check in StringInfo; add missing casts
2017-01-10 Robert HaasImprove coding in _hash_addovflpage.
2017-01-10 Stephen FrostFix invalid-parallel-jobs error message
2017-01-09 Tom LaneFix error handling in pltcl_returnnext.
2017-01-09 Alvaro HerreraFix ALTER TABLE / SET TYPE for irregular inheritance
2017-01-09 Alvaro HerreraBRIN revmap pages are not standard pages ...
2017-01-09 Tom LaneExpand the regression tests for PL/Tcl.
2017-01-09 Magnus HaganderUse an enum instead of two bools to indicate wal inclus...
2017-01-07 Tom LaneGet rid of ParseState.p_value_substitute; use a columnr...
2017-01-07 Tom LaneImprove documentation of struct ParseState.
2017-01-06 Stephen FrostAdd basic pg_dumpall/pg_restore TAP tests
2017-01-06 Tom LaneMerge two copies of tuple-building code in pltcl.c.
2017-01-06 Stephen FrostProtect against NULL-dereference in pg_dump
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2017-01-06 Robert HaasRepair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
2017-01-05 Robert HaasFix possible leak of semaphore count.
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-05 Robert HaasFix possible crash reading pg_stat_activity.
2017-01-05 Tom LaneFix handling of empty arrays in array_fill().
2017-01-05 Simon RiggsFix format for TAP test docs
2017-01-04 Tom LaneHandle OID column inheritance correctly in ALTER TABLE...
2017-01-04 Robert HaasImprove documentation of timestamp internal representation.
2017-01-04 Robert HaasAssorted code improvements for table partitioning.
2017-01-04 Robert HaasRemove unnecessary arguments from partitioning functions.
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Simon RiggsAdd new TAP tests for pg_recvlogical
2017-01-04 Simon RiggsAdd pg_recvlogical —-endpos=LSN
2017-01-04 Tom LanePrefer int-wide pg_atomic_flag over char-wide when...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-04 Tom LaneRe-allow SSL passphrase prompt at server start, but...
2017-01-04 Robert HaasUpdate obsolete comments in lwlock.h.
2017-01-04 Simon RiggsAdd 18 new recovery TAP tests
2017-01-04 Simon RiggsAllow PostgresNode.pm tests to wait for catchup
2017-01-04 Peter EisentrautBetter fix for sequence access in hot standby test
2017-01-04 Magnus HaganderAttempt to handle pending-delete files on Windows
2017-01-04 Magnus HaganderMake wal streaming the default mode for pg_basebackup
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Bruce MomjianUpdate manual set of copyright files for 2017
2017-01-03 Bruce MomjianUpdate copyright for 2017
2017-01-03 Tom LaneDisable prompting for passphrase while (re)loading...
2017-01-03 Peter EisentrautFix hot standby tests for sequence catalog change
2017-01-03 Heikki LinnakangasRemove bogus notice that older clients might not work...
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2017-01-02 Tom LaneUse clock_gettime(), if available, in instr_time measur...
2017-01-02 Tom LaneIn pgbench logging, avoid assuming that instr_times...
2017-01-01 Tom LaneAvoid assuming that instr_time == struct timeval in...
2016-12-31 Tom LaneFix unstable regression test results.
2016-12-29 Tom LaneRemove manual breaks in NodeTag assignments to fix...
2016-12-29 Peter EisentrautFix typo in comment
2016-12-29 Peter EisentrautExpand ad-hoc unit abbreviations in function descriptions
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-12-27 Tom LaneFix interval_transform so it doesn't throw away non...
2016-12-27 Andrew DunstanExplain unaccounted for space in pgstattuple.
next