aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* pg_upgrade: Message style fixesPeter Eisentraut2017-09-09
* Fix failure-to-copy bug in commit 6f6b99d13.Tom Lane2017-09-08
* Fix uninitialized-variable bug.Tom Lane2017-09-08
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Fix pgbench TAP tests to work with --disable-thread-safety.Tom Lane2017-09-08
* Remove mention of password_encryption = plain in postgresql.conf.sample.Tom Lane2017-09-08
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Clean up excessive codePeter Eisentraut2017-09-08
* Remove useless empty string initializationsPeter Eisentraut2017-09-08
* Remove useless dead codePeter Eisentraut2017-09-08
* Fix assorted portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Add much-more-extensive TAP tests for pgbench.Tom Lane2017-09-08
* Refactor get_partition_for_tuple a bit.Robert Haas2017-09-07
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Further marginal hacking on generic atomic ops.Tom Lane2017-09-07
* Exclude special values in recovery_target_timeSimon Riggs2017-09-07
* Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.Tom Lane2017-09-06
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.Tom Lane2017-09-06
* Remove duplicate reads from the inner loops in generic atomic ops.Tom Lane2017-09-06
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Add \gdesc psql command.Tom Lane2017-09-05
* Use lfirst_node() and linitial_node() where appropriate in planner.c.Tom Lane2017-09-05
* Remove endof macroPeter Eisentraut2017-09-05
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Remove our own definition of NULLPeter Eisentraut2017-09-05
* Support retaining data dirs on successful TAP testsPeter Eisentraut2017-09-05
* In psql, use PSQL_PAGER in preference to PAGER, if it's set.Tom Lane2017-09-05
* Correct base backup throttlingAlvaro Herrera2017-09-05
* Add psql variables showing server version and psql version.Tom Lane2017-09-05
* Reformat psql's --help=variables output.Tom Lane2017-09-05
* Be more careful about newline-chomping in pgbench.Tom Lane2017-09-04
* Fix some subtle problems in pgbench transaction stats counting.Tom Lane2017-09-04
* Adjust pgbench to allow non-ASCII characters in variable names.Tom Lane2017-09-04
* Fix translatable stringAlvaro Herrera2017-09-04
* Suppress compiler warnings in dshash.c.Tom Lane2017-09-03
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-03
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Add memory info to getrusage outputPeter Eisentraut2017-09-01
* Tighten up some code in RelationBuildPartitionDesc.Robert Haas2017-09-01
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.Robert Haas2017-09-01
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-01