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 support for logging the current role.
Robert Haas
2011-01-12
*
Re-add recursive coverage target in src/backend/
Peter Eisentraut
2011-01-12
*
Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander
2011-01-11
*
Add missing function prototype, for consistency
Magnus Hagander
2011-01-11
*
Adjust basebackup.c to suppress compiler warnings.
Tom Lane
2011-01-11
*
Tweak create_index_paths()'s test for whether to consider a bitmap scan.
Tom Lane
2011-01-11
*
Reset walsender ps title in the main loop
Magnus Hagander
2011-01-11
*
Set process title to indicate base backup is running
Magnus Hagander
2011-01-10
*
Leave temporary files out of streaming base backups.
Heikki Linnakangas
2011-01-10
*
Backend support for streaming base backups
Magnus Hagander
2011-01-10
*
Split pg_start_backup() and pg_stop_backup() into two pieces
Magnus Hagander
2011-01-09
*
Fix crash in the new GiST insertion code, when an update splits the root page.
Heikki Linnakangas
2011-01-09
*
Fix up core tsquery GIN support for new extractQuery API.
Tom Lane
2011-01-09
*
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
2011-01-09
*
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
[next]