index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2018-12-22
Add some const decorations
Peter Eisentraut
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-20
Base information_schema.sql_identifier domain on name, not varchar.
Tom Lane
2018-12-20
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Tom Lane
2018-12-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-12-17
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-09
Add timestamp of last received message from standby to pg_stat_replication
Michael Paquier
2018-12-06
Cleanup comments in xlog compression
Stephen Frost
2018-11-29
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-26
Add CSV table output mode in psql.
Tom Lane
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
Alvaro Herrera
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
Improve description of buffer used to store records in WAL reader
Michael Paquier
2018-11-20
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-17
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
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
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
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
Make reformat-dat-files, reformat-dat-files VPATH safe.
Andres Freund
2018-11-15
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-14
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
Fix incorrect routine name in xlog_heapam.h
Michael Paquier
[next]