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
2014-09-12
Fix GIN data page split ratio calculation.
Heikki Linnakangas
2014-09-12
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-12
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
Remove dead InRecovery check.
Heikki Linnakangas
2014-09-11
improve hash creation warning message
Bruce Momjian
2014-09-11
Add missing volatile qualifier.
Robert Haas
2014-09-11
Silence compiler warning on Windows.
Heikki Linnakangas
2014-09-10
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-10
Issue a warning during the creation of hash indexes
Bruce Momjian
2014-09-10
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-09
Preserve AND/OR flatness while extracting restriction OR clauses.
Tom Lane
2014-09-09
Change the spinlock primitives to function as compiler barriers.
Robert Haas
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
Allow empty content in xml type
Peter Eisentraut
2014-09-09
Move ALTER ... ALL IN to ProcessUtilitySlow
Stephen Frost
2014-09-08
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-05
Rename C variables in formatting.c, for clarity
Bruce Momjian
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-09-04
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-03
Issue clearer notice when inherited merged columns are moved
Bruce Momjian
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-09-02
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-01
Fix unportable use of isspace().
Tom Lane
2014-09-01
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-08-31
Declare lwlock.c's LWLockAcquireCommon() as a static inline.
Andres Freund
2014-08-31
Protect definition of SpinlockSemaArray, just like its declaration.
Andres Freund
2014-08-31
Declare two variables in snapbuild.c as static.
Andres Freund
2014-08-30
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-29
pg_is_xlog_replay_paused(): remove super-user-only restriction
Bruce Momjian
2014-08-29
Fix bug in compressed GIN data leaf page splitting code.
Heikki Linnakangas
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-08-29
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-28
Allow escaping of option values for options passed at connection start.
Andres Freund
2014-08-28
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.
Jeff Davis
2014-08-27
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
Fix Var handling for security barrier views
Stephen Frost
2014-08-26
Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.
Robert Haas
2014-08-26
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-26
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-26
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-26
revert "Throw error for ALTER TABLE RESET of an invalid option"
Bruce Momjian
2014-08-25
Throw error for ALTER TABLE RESET of an invalid option
Bruce Momjian
2014-08-25
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
2014-08-25
Use newly added InvalidCommandId instead of 0
Alvaro Herrera
2014-08-25
DefineType: return base type OID, not its array
Alvaro Herrera
2014-08-25
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
More psprintf goodness
Alvaro Herrera
[next]