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
*
Update of SQL feature conformance
Peter Eisentraut
2011-03-05
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-03-04
*
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-04
*
You must hold a lock on the heap page when you call
Heikki Linnakangas
2011-03-04
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Add collations to information_schema.usage_privileges
Peter Eisentraut
2011-03-02
*
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
*
Include the target table in EXPLAIN output for ModifyTable nodes.
Tom Lane
2011-03-01
*
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-03-01
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Be less detailed about reporting shared memory failure by avoiding the
Bruce Momjian
2011-02-27
*
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
*
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Named restore point improvements.
Robert Haas
2011-02-24
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
*
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
*
Allow binary I/O of type "void".
Tom Lane
2011-02-22
*
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-21
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
*
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-21
*
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Un-break building with BTREE_BUILD_STATS.
Tom Lane
2011-02-18
*
Make a hard state change from catchup to streaming mode.
Simon Riggs
2011-02-18
*
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-18
*
Properly initialize variables
Magnus Hagander
2011-02-18
*
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
*
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-18
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
*
Fix tsmatchsel() to account properly for null rows.
Tom Lane
2011-02-17
*
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-17
*
Prevent possible compiler warnings.
Robert Haas
2011-02-17
*
Add some words of caution to elog.c.
Robert Haas
2011-02-17
*
Fix blatantly uninitialized variable in recent commit.
Tom Lane
2011-02-16
*
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-16
*
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-16
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
Tom Lane
2011-02-16
*
WAL receiver shouldn't try to send a reply when dying.
Robert Haas
2011-02-16
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
[next]