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
/
backend
Age
Commit message (
Expand
)
Author
2016-11-05
Adjust cost_merge_append() to reflect use of binaryheap_replace_first().
Tom Lane
2016-11-04
Be more consistent about masking xl_info with ~XLR_INFO_MASK.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
Add API to check if an existing exclusive lock allows cleanup.
Robert Haas
2016-11-02
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-01
Add make rules to download raw Unicode mapping files
Peter Eisentraut
2016-10-30
Fix nasty performance problem in tsquery_rewrite().
Tom Lane
2016-10-30
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-28
Fix leftover reference to background writer performing checkpoints.
Robert Haas
2016-10-27
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
Avoid using a C++ keyword in header file
Peter Eisentraut
2016-10-27
Properly indent postgresql.conf comments to align
Bruce Momjian
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-25
Consistently mention 'SELECT pg_reload_conf()' in config files
Bruce Momjian
2016-10-24
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-23
Avoid testing tuple visibility without buffer lock.
Tom Lane
2016-10-23
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-21
Fix comment formatting.
Robert Haas
2016-10-21
postgres_fdw: Push down aggregates to remote servers.
Robert Haas
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-19
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-10-19
Make getrusage() output a little more readable
Peter Eisentraut
2016-10-19
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-18
Fix cidin() to handle values above 2^31 platform-independently.
Tom Lane
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
By default, set log_line_prefix = '%m [%p] '.
Robert Haas
2016-10-17
Fix use-after-free around DISTINCT transition function calls.
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-15
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-10-14
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-10-14
Fix assorted integer-overflow hazards in varbit.c.
Tom Lane
2016-10-13
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
Try to find out the actual hugepage size when making a MAP_HUGETLB request.
Tom Lane
2016-10-13
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
Simplify the code for logical tape read buffers.
Heikki Linnakangas
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-10
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-10
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
[next]