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 missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-02-04
*
Allow SQL-language functions to reference parameters by name.
Tom Lane
2012-02-04
*
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-03
*
Allow spgist's text_ops to handle pattern-matching operators.
Robert Haas
2012-02-02
*
Avoid re-checking for visibility map extension too frequently.
Robert Haas
2012-02-01
*
initdb: Add options --auth-local and --auth-host
Peter Eisentraut
2012-02-01
*
Try to be more consistent about accepting denormalized float8 numbers.
Tom Lane
2012-02-01
*
Built-in JSON data type.
Robert Haas
2012-01-31
*
Fix bug in the new wait-until-lwlock-is-free mechanism.
Heikki Linnakangas
2012-01-31
*
Add sequence USAGE privileges to information schema
Peter Eisentraut
2012-01-30
*
Make group commit more effective.
Heikki Linnakangas
2012-01-30
*
Minor bug fix and cleanup from self-review of sync rep queues patch.
Simon Riggs
2012-01-30
*
Various minor comments changes from bgwriter to checkpointer.
Simon Riggs
2012-01-30
*
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-30
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
*
Tweak index costing for problems with partial indexes.
Tom Lane
2012-01-29
*
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
*
Fix handling of init_plans list in inheritance_planner().
Tom Lane
2012-01-28
*
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
*
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-28
*
Undo 8.4-era lobotomization of subquery pullup rules.
Tom Lane
2012-01-27
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
*
Show default privileges in information schema
Peter Eisentraut
2012-01-27
*
Revert unfortunate whitespace change
Peter Eisentraut
2012-01-27
*
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
*
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
*
Do not access indclass through Form_pg_index
Peter Eisentraut
2012-01-27
*
Initialize the new bgwriterLatch field properly.
Heikki Linnakangas
2012-01-27
*
Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Robert Haas
2012-01-26
*
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
*
Make bgwriter sleep longer when it has no work to do, to save electricity.
Heikki Linnakangas
2012-01-26
*
Add missing #include, to suppress compiler warning.
Robert Haas
2012-01-26
*
Fix a copy/pasted typo in several comments
Magnus Hagander
2012-01-26
*
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
*
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
*
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
*
Make CheckIndexCompatible simpler and more bullet-proof.
Robert Haas
2012-01-25
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
*
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-25
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
*
Remove quotes around format_type_be() output
Peter Eisentraut
2012-01-24
*
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
Tom Lane
2012-01-24
*
Suppress possibly-uninitialized-variable warning seen with older gcc versions.
Tom Lane
2012-01-24
*
Reduce tab outdent of "error handling" GUC comments in postgresql.conf,
Bruce Momjian
2012-01-24
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Further doc cleanups from the pg_stat_activity changes
Magnus Hagander
2012-01-20
*
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
[next]