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
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Inline the easy cases in MakeExpandedObjectReadOnly().
Tom Lane
2016-06-03
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
Mark PostmasterPid as PGDLLIMPORT.
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-02
C comment improvement & typo fix.
Kevin Grittner
2016-05-31
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-30
Move memory barrier in UnlockBufHdr to before releasing the lock.
Andres Freund
2016-05-30
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-25
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-19
Pin the built-in index access methods.
Tom Lane
2016-05-09
Stamp 9.6beta1.
REL9_6_BETA1
Tom Lane
2016-05-07
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
Move and rename fmtReloptionsArray().
Dean Rasheed
2016-05-05
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-05-03
Fix more things to be parallel-safe.
Robert Haas
2016-05-02
Fix thinko in comment
Alvaro Herrera
2016-05-02
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
Fix parallel safety markings for pg_start_backup.
Robert Haas
2016-04-30
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-29
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
Fix typo
Magnus Hagander
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-28
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-27
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-27
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Remove dead code in win32.h.
Tom Lane
2016-04-21
PGDLLIMPORT-ify old_snapshot_threshold.
Tom Lane
2016-04-21
Comment improvements for ForeignPath.
Robert Haas
2016-04-21
Inline initial comparisons in TestForOldSnapshot()
Kevin Grittner
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
Fix portability problem induced by commit a6f6b7819.
Tom Lane
2016-04-15
Make init_spin_delay() C89 compliant #2.
Andres Freund
[next]