index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-01-24
Teach MemoryContext infrastructure not to depend on Node.
aset_frontend
Robert Haas
2019-12-28
Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.
Tom Lane
2019-12-27
Add pg_dump test for triggers on partitioned tables
Alvaro Herrera
2019-12-27
doc: add examples of creative use of unique expression indexes
Bruce Momjian
2019-12-27
docs: clarify infinite range values from data-type infinities
Bruce Momjian
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-26
Fix possible loss of sync between rectypeid and underlying PLpgSQL_type.
Tom Lane
2019-12-26
Improve comments in utils/rel.h.
Tom Lane
2019-12-26
Refactor parser's generation of Var nodes.
Tom Lane
2019-12-26
Fix some comments related to logical repslot advancing
Michael Paquier
2019-12-26
Refactor code dedicated to index vacuuming in vacuumlazy.c
Michael Paquier
2019-12-26
Add note about how each partition's default value is treated, into the doc.
Fujii Masao
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Remove equalPartitionDescs().
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
Replace use of strerror() with %s by %m in pg_waldump
Michael Paquier
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-23
Disallow null category in crosstab_hash
Joe Conway
2019-12-23
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
GetPublicationByName: Don't repeat ourselves
Alvaro Herrera
2019-12-23
Normalize _bt_finish_split() argument names.
Peter Geoghegan
2019-12-23
Update nbtree LP_DEAD item deletion comments.
Peter Geoghegan
2019-12-22
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-22
Fix compiler warning for ppoll() on Cygwin
Peter Eisentraut
2019-12-21
In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.
Tom Lane
2019-12-21
C comment: clarify why psql's help/exit/quit must alone
Bruce Momjian
2019-12-21
docs: clarify handling of column lists in COPY TO/FROM
Bruce Momjian
2019-12-20
Adjust test case added by commit 6136e94dc.
Tom Lane
2019-12-20
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
Clean up inconsistent backslash use in paths
Peter Eisentraut
2019-12-20
Generate pg_config.h from pg_config.h.in on Windows
Peter Eisentraut
2019-12-20
Disallow dropping rules on system tables by default
Peter Eisentraut
2019-12-20
Fix compiler warnings on MSYS2
Peter Eisentraut
2019-12-20
Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
revert: Remove meaningless assignments in nbtree code
Bruce Momjian
2019-12-19
Remove meaningless assignments in nbtree code
Bruce Momjian
2019-12-19
makeArrayTypeName: Remove pointless relation open/close
Alvaro Herrera
2019-12-19
Doc: add a short summary of available authentication methods.
Tom Lane
2019-12-19
Update neglected comment.
Robert Haas
2019-12-19
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
Add support for MSYS2
Peter Eisentraut
2019-12-18
Re-#include <time.h> in checkpointer.c.
Robert Haas
2019-12-18
Move heap-specific detoasting logic into a separate function.
Robert Haas
2019-12-18
Minimal portability fix for commit e1551f96e.
Tom Lane
[next]