index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-20
Remove WITH OIDs support.
oidnix
Andres Freund
2018-11-20
doc: Clarify CREATE TYPE ENUM documentation
Peter Eisentraut
2018-11-20
Refine some guc.c help texts
Peter Eisentraut
2018-11-20
Fix issues with TAP tests of pg_verify_checksums
Michael Paquier
2018-11-19
Add needed #include.
Tom Lane
2018-11-19
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-11-19
Update config/ax_pthread.m4 to latest upstream version.
Tom Lane
2018-11-19
Postpone LLVM-related uses of AC_CHECK_DECLS.
Tom Lane
2018-11-19
psql: Show IP address in \conninfo
Alvaro Herrera
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2018-11-19
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-19
pg_archivecleanup: Update file header comment a bit
Peter Eisentraut
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-19
Don't forget about failed fsync() requests.
Thomas Munro
2018-11-19
Rework documentation of pg_promote
Michael Paquier
2018-11-19
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-18
fix typo
Andrew Dunstan
2018-11-18
Silence MSVC warnings about redefinition of isnan
Andrew Dunstan
2018-11-18
Fix AC_REQUIRES breakage in LLVM autoconf tests.
Tom Lane
2018-11-17
Add valgrind suppressions for wcsrtombs optimizations
Tomas Vondra
2018-11-17
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
Fix some spurious new compiler warnings in MSVC.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Avoid re-typedef'ing PartitionTupleRouting
Alvaro Herrera
2018-11-16
pgbench: introduce a RandomState struct
Alvaro Herrera
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
Fix slot type assumptions for nodeGather[Merge].
Andres Freund
2018-11-16
Add dummy field to currently empty struct TupleTableSlotOps.
Andres Freund
2018-11-16
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-16
Verify that expected slot types match returned slot types.
Andres Freund
2018-11-16
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
A small tweak to some comments for PartitionKeyData
Peter Eisentraut
2018-11-15
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-15
Update executor documentation for run-time partition pruning
Peter Eisentraut
2018-11-15
Rationalize expression context reset in ExecModifyTable().
Andres Freund
2018-11-15
Make reformat-dat-files, reformat-dat-files VPATH safe.
Andres Freund
2018-11-15
Improve performance of partition pruning remapping a little.
Tom Lane
2018-11-15
geo_ops.c: Clarify comments and function arguments
Alvaro Herrera
2018-11-15
Fix the omission in docs.
Amit Kapila
2018-11-15
Further adjustment to random() seed initialization.
Thomas Munro
2018-11-15
Increase the number of possible random seeds per time period.
Thomas Munro
2018-11-15
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-14
Make psql's "\pset format" command reject non-unique abbreviations.
Tom Lane
2018-11-14
Doc: remove claim that all \pset format options are unique in 1 letter.
Tom Lane
[next]