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
Age
Commit message (
Expand
)
Author
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-04-18
Fix typo in docs.
Fujii Masao
2016-04-18
doc: Document that sequences can also be extension configuration tables
Peter Eisentraut
2016-04-17
Avoid code duplication in \crosstabview.
Tom Lane
2016-04-16
Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.
Tom Lane
2016-04-16
doc: Change some "user" to "role" for consistency in the section
Peter Eisentraut
2016-04-16
doc: Markup improvement
Peter Eisentraut
2016-04-16
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-16
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-16
doc: Add missing parentheses
Peter Eisentraut
2016-04-16
psql: Add new gettext trigger
Peter Eisentraut
2016-04-15
Use less-generic names in matview.sql.
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
postgres_fdw: Clean up handling of system columns.
Robert Haas
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
Fix typo in comment
Magnus Hagander
2016-04-15
Update helptext for vcregress.pl
Magnus Hagander
2016-04-15
Make regression test for multiple synchronous standbys more stable.
Fujii Masao
2016-04-15
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-15
Make init_spin_delay() C89 compliant #2.
Andres Freund
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-15
Fix trivial typo.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
Docs: clarify description of LIMIT/OFFSET behavior.
Tom Lane
2016-04-14
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
Fix broken dependency-mongering for index operator classes/families.
Tom Lane
2016-04-14
Fix duplicated index entry in doc.
Fujii Masao
2016-04-14
Disallow SET SESSION AUTHORIZATION pg_*
Stephen Frost
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.
Tom Lane
2016-04-13
Avoid atomic operation in MarkLocalBufferDirty().
Andres Freund
2016-04-13
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
Fix assorted portability issues with using msync() for data flushing.
Tom Lane
2016-04-13
Improve documentation for \crosstabview.
Tom Lane
2016-04-13
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-12
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-12
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-12
Improve coding of column-name parsing in psql's new crosstabview.c.
Tom Lane
2016-04-12
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
In generic WAL application and replay, ensure page "hole" is always zero.
Tom Lane
2016-04-12
Add page id to bloom index
Teodor Sigaev
2016-04-12
Remove unnecessary definition of _WIN64 in libpq/win32.mak.
Tom Lane
[next]