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