index
:
users/simon/postgres.git
dev_hot_standby
hot_standby
master
recoveryinfra
Simon's dev repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2009-10-06
Change CREATE TABLE so that column default expressions coming from different
HEAD
master
Tom Lane
2009-10-05
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-02
Ensure that a cursor has an immutable snapshot throughout its lifespan.
Alvaro Herrera
2009-09-26
Extend the BKI infrastructure to allow system catalogs to be given
Tom Lane
2009-09-22
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-21
Define a new, more extensible syntax for COPY options.
Tom Lane
2009-09-12
Install a hopefully-temporary workaround for Snow Leopard readdir() bug.
Tom Lane
2009-09-03
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
Tom Lane
2009-09-01
Force VACUUM to recalculate oldestXmin even when we haven't changed our
Tom Lane
2009-09-01
Remove flatfiles.c, which is now obsolete.
Alvaro Herrera
2009-08-31
Track the current XID wrap limit (or more accurately, the oldest unfrozen
Tom Lane
2009-08-24
Fix a violation of WAL coding rules in the recent patch to include an
Tom Lane
2009-08-23
Make TRUNCATE do truncate-in-place when processing a relation that was created
Tom Lane
2009-08-22
Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion.
Tom Lane
2009-08-12
Improve error message for the case where a requested foreign key constraint
Tom Lane
2009-08-12
Fix old bug in log_autovacuum_min_duration code: it was relying on being able
Tom Lane
2009-08-10
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-07
Fix some omissions in the dependency-object-class support for SQL/MED objects.
Tom Lane
2009-08-04
Support hex-string input and output for type BYTEA.
Tom Lane
2009-08-02
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-07-31
Create a multiplexing structure for signals to Postgres child processes.
Tom Lane
2009-07-30
Merge the Constraint and FkConstraint node types into a single type.
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-28
Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
Tom Lane
2009-07-26
Extend EXPLAIN to allow generic options to be specified.
Tom Lane
2009-07-25
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-25
Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead...
Andrew Dunstan
2009-07-25
Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.
Andrew Dunstan
2009-07-24
Assorted minor refactoring in EXPLAIN.
Tom Lane
2009-07-21
Change pg_listener attribute number constants to match the usual pattern
Peter Eisentraut
2009-07-20
DROP IF EXISTS for columns and constraints. Andres Freund.
Andrew Dunstan
2009-07-16
Make backend header files C++ safe
Peter Eisentraut
2009-07-12
Move some declarations in the raw-parser header files to create a clearer
Tom Lane
2009-06-18
Fix the just-reported problem that you can't specify all four trigger event
Tom Lane
2009-06-11
Revisit AlterTableCreateToastTable's API once again, hoping to make it what
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-06
Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane
Tom Lane
2009-06-03
Improve comment about 'if (1)' hack in copy.c macros.
Tom Lane
2009-06-03
Add comment about why "((void) 0)" is used in copy macros.
Bruce Momjian
2009-05-29
Change macros to make gcc quiet when parsing.
Michael Meskes
2009-05-20
Silence a gcc compiler warning about non-literal format string with no args
Heikki Linnakangas
2009-05-19
Update relpages and reltuples estimates in stand-alone ANALYZE, even if
Heikki Linnakangas
2009-05-12
Fix LOCK TABLE to eliminate the race condition that could make it give weird
Tom Lane
2009-05-12
Modify find_inheritance_children() and find_all_inheritors() to add the
Tom Lane
2009-05-12
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-07
Add an option to AlterTableCreateToastTable() to allow its caller to force
Tom Lane
2009-05-06
Modify CREATE DATABASE to enforce that the source database's encoding setting
Tom Lane
2009-05-05
Tweak a comment to agree a bit better with the new dispensation that
Tom Lane
2009-05-05
Avoid integer overflow in the loop that extracts histogram entries from
Tom Lane
2009-04-23
Don't use the result of strcmp as if it were a boolean.
Tom Lane
[next]