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
*
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-08
*
Fix up gincostestimate for new extractQuery API.
Tom Lane
2011-01-08
*
Remove pg_am.amindexnulls.
Tom Lane
2011-01-08
*
Refactor GIN's handling of duplicate search entries.
Tom Lane
2011-01-08
*
Fix pg_upgrade of large object permissions by preserving pg_auth.oid,
Bruce Momjian
2011-01-07
*
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
2011-01-07
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
Improve recovery.conf.sample comments.
Robert Haas
2011-01-07
*
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro
2011-01-07
*
Improve C comments about backend variables set by pg_upgrade_support
Bruce Momjian
2011-01-06
*
Give superusers REPLIACTION permission by default
Magnus Hagander
2011-01-05
*
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
*
Update comments in RecordTransactionCommit() to mention unlogged tables.
Robert Haas
2011-01-03
*
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-03
*
Implement remaining fields of information_schema.sequences view
Peter Eisentraut
2011-01-02
*
Fix typo.
Robert Haas
2011-01-02
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Allow casting a table's row type to the table's supertype if it's a typed table
Peter Eisentraut
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-31
*
Invert and rename flag variable to improve code readability.
Tom Lane
2010-12-31
*
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-30
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-12-30
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
*
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
*
Another fix for larger postmaster.pid files.
Bruce Momjian
2010-12-28
*
Fix code to properly pull out shared memory key now that the
Bruce Momjian
2010-12-27
*
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
*
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-27
*
Only build in crashdump support on Windows if there's a working dbghelp.h.
Andrew Dunstan
2010-12-26
*
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
*
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-24
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
*
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-21
*
Fix typos.
Robert Haas
2010-12-21
*
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-21
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
*
Remove thread dumping constant that requires newer Platform SDK
Magnus Hagander
2010-12-19
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
*
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-19
*
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-19
*
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-18
*
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-17
*
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-17
*
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
*
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-17
*
Improve comments around startup_hacks() code.
Tom Lane
2010-12-16
*
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
[next]