]> granicus.if.org Git - postgresql/shortlog
postgresql
2019-02-14 Peter EisentrautResolve one unconstify use
2019-02-14 Tom LaneMove pattern selectivity code from selfuncs.c to like_s...
2019-02-13 Alvaro HerreraFix portability issues in pg_bitutils
2019-02-13 Andrew GierthRemove a stray subnormal value from float tests.
2019-02-13 Alvaro HerreraAdd -mpopcnt to all compiles of pg_bitutils.c
2019-02-13 Andrew GierthMore float test and portability fixes.
2019-02-13 Alvaro HerreraAdd basic support for using the POPCNT and SSE4.2s...
2019-02-13 Andrew GierthFix an overlooked UINT32_MAX.
2019-02-13 Andrew GierthChange floating-point output format for improved perfor...
2019-02-13 Andrew GierthUse strtof() and not strtod() for float4 input.
2019-02-13 Peter EisentrautMore unconstify use
2019-02-13 Peter EisentrautRemove useless casts
2019-02-13 Michael PaquierFix comment related to calculation location of total_ta...
2019-02-13 Thomas MunroFix rare dsa_allocate() failures due to freepage.c...
2019-02-12 Tom LaneClean up planner confusion between ncolumns and nkeycol...
2019-02-12 Alvaro HerreraRelax overly strict assertion
2019-02-12 Alvaro HerreraBlind attempt at fixing Windows build
2019-02-12 Alvaro HerreraUse Getopt::Long for catalog scripts
2019-02-12 Tom LaneFix erroneous error reports in snapbuild.c.
2019-02-12 Michael PaquierFix description of WAL record XLOG_PARAMETER_CHANGE
2019-02-12 Tom LaneFix header inclusion issue.
2019-02-12 Michael PaquierClarify docs about limitations of constraint exclusion...
2019-02-12 Tom LaneAllow extensions to generate lossy index conditions.
2019-02-12 Michael PaquierMove max_wal_senders out of max_connections for connect...
2019-02-11 Tom LaneRedesign the partition dependency mechanism.
2019-02-11 Alvaro HerreraFix misleading PG_RE_THROW commentary
2019-02-11 Peter EisentrautAdjust gratuitously different error message wording
2019-02-11 Peter EisentrautRemove unused macro
2019-02-11 Tom LaneFix indexable-row-comparison logic to account for cover...
2019-02-10 Tom LaneAdd per-test-script runtime display to pg_regress.
2019-02-10 Alvaro HerreraFix trigger drop procedure
2019-02-10 Tom LaneSolve cross-version-upgrade testing problem induced...
2019-02-10 Tom LaneRepair unsafe/unportable snprintf usage in pg_restore.
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-02-09 Tom LaneRefactor the representation of indexable clauses in...
2019-02-09 Tom LaneCall set_rel_pathlist_hook before generate_gather_paths...
2019-02-09 Peter EisentrautUse better comment marker in Autoconf input
2019-02-09 Andres FreundReset, not recreate, execGrouping.c style hashtables.
2019-02-09 Andres FreundAllow to reset execGrouping.c style tuple hashtables.
2019-02-09 Andres Freundsimplehash: Add support for resetting a hashtable's...
2019-02-09 Andres FreundPlug leak in BuildTupleHashTable by creating ExprContex...
2019-02-08 Tom LaneDefend against null error message reported by libxml2.
2019-02-08 Tom LaneDoc: fix thinko in description of how to escape a backs...
2019-02-08 Peter EisentrautFix error handling around ssl_*_protocol_version settings
2019-02-08 Peter EisentrautAdd some const decorations
2019-02-07 Michael PaquierAdd pg_partition_root to display top-most parent of...
2019-02-07 Tom LaneSplit create_foreignscan_path() into three functions.
2019-02-07 Andrew DunstanFix perl searchpath for gen_keywordlist.pl
2019-02-07 Andrew DunstanFix searchpath and module location for pg_rewind and...
2019-02-07 Peter EisentrautUse EXECUTE FUNCTION syntax for triggers more
2019-02-07 Peter EisentrautAllow some recovery parameters to be changed with reload
2019-02-07 Peter EisentrautAdd collation assignment to CALL statement
2019-02-07 Amit KapilaDoc: Update the documentation for row movement behavior...
2019-02-07 Michael PaquierAlign better test output regex with grammar in pg_dump...
2019-02-07 Michael PaquierAdd more tests for CREATE TABLE AS with WITH NO DATA
2019-02-06 Peter GeogheganAvoid amcheck inline compression false positives.
2019-02-06 Peter EisentrautHide cascade messages in collate tests
2019-02-06 Tom LanePropagate lateral-reference information to indirect...
2019-02-06 Andrew DunstanUnify searchpath and do file logic in MSVC build scripts.
2019-02-06 Andres FreundFix heap_getattr() handling of fast defaults.
2019-02-06 Michael PaquierTighten some regexes with proper character escaping...
2019-02-06 Andrew DunstanFix included file path for modern perl
2019-02-05 Andrew DunstanKeep perl style checker happy
2019-02-05 Tom LaneUpdate time zone data files to tzdata release 2018i.
2019-02-05 Andrew DunstanFix searchpath for modern Perl for genbki.pl
2019-02-05 Tom LaneRemove unnecessary "inline" marker introduced in commit...
2019-02-05 Tom LaneDoc: in each release branch, keep only that branch...
2019-02-04 Tom LaneFix dumping of matviews with indirect dependencies...
2019-02-04 Peter EisentrautRemove unused macro
2019-02-04 Andrew GierthMove port-specific parts of with_temp_install to port...
2019-02-04 Amit KapilaMake FSM test portable.
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-02-04 Michael PaquierClarify behavior of initdb's --allow-group-access on...
2019-02-03 Thomas MunroAdd shared_memory_type GUC.
2019-02-03 Andres FreundMove page initialization from RelationAddExtraBlocks...
2019-02-03 Michael PaquierAdd PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables...
2019-02-02 Amit KapilaAvoid possible deadlock while locking multiple heap...
2019-02-02 Michael PaquierImprove installation instructions with pg_ctl in docume...
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-02-01 Alvaro HerreraAdd ArchiveOpts to pass options to ArchiveEntry
2019-02-01 Thomas MunroAdd combining characters to unaccent.rules.
2019-02-01 Alvaro HerreraMove building of child base quals out into a new function
2019-02-01 Michael PaquierAdjust comment about timeout when waiting for WAL at...
2019-02-01 Michael PaquierFix use of dangling pointer in heap_delete() when loggi...
2019-01-31 Peter EisentrautAdd more columns to pg_stat_ssl
2019-01-31 Michael PaquierAdd --min-xid-age and --min-mxid-age options to vacuumdb
2019-01-31 Tom LaneAllow RECORD and RECORD[] to be specified in function...
2019-01-30 Peter EisentrautLog PostgreSQL version number on startup
2019-01-30 Peter Eisentrautpostmaster: Start syslogger earlier
2019-01-30 Michael MeskesChange error handling of out of scope variables in...
2019-01-30 Michael MeskesMake some ecpg test cases more robust against unexpecte...
2019-01-30 Michael MeskesMake sure that ecpglib's statement variable has a defin...
2019-01-30 Peter EisentrautFix a crash in logical replication
2019-01-30 Michael PaquierDo not filter by relkind in vacuumdb's catalog query...
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-29 Peter EisentrautFix pg_stat_ssl.clientdn
2019-01-29 Peter EisentrautAdd tests for pg_stat_ssl system view
next