index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix pointer type in size passed to memset.
Heikki Linnakangas
2014-09-14
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
*
Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d
Bruce Momjian
2014-09-12
*
More formatting.c variable renaming, for clarity
Bruce Momjian
2014-09-12
*
Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.
Robert Haas
2014-09-12
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
*
Fix GIN data page split ratio calculation.
Heikki Linnakangas
2014-09-12
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
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-11
*
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-10
*
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-09
*
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-09-09
*
Rename C variables in formatting.c, for clarity
Bruce Momjian
2014-09-05
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix segmentation fault that an empty prepared statement could cause.
Fujii Masao
2014-09-05
*
Issue clearer notice when inherited merged columns are moved
Bruce Momjian
2014-09-03
*
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-02
*
Fix unportable use of isspace().
Tom Lane
2014-09-01
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
*
Declare lwlock.c's LWLockAcquireCommon() as a static inline.
Andres Freund
2014-09-01
*
Protect definition of SpinlockSemaArray, just like its declaration.
Andres Freund
2014-09-01
*
Declare two variables in snapbuild.c as static.
Andres Freund
2014-08-31
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
*
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-29
*
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-25
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
*
revert "Throw error for ALTER TABLE RESET of an invalid option"
Bruce Momjian
2014-08-25
[next]