You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
e6df063cf2
Dept of second thoughts: recursive case in ANALYZE shouldn't emit a
pgstats message. This might need to be done differently later, but
with the current logic that's what should happen.
|
16 years ago |
.. |
Makefile
|
Support deferrable uniqueness constraints.
|
16 years ago |
aggregatecmds.c
|
Support use of function argument names to identify which actual arguments
|
16 years ago |
alter.c
|
Add large object access control.
|
16 years ago |
analyze.c
|
Dept of second thoughts: recursive case in ANALYZE shouldn't emit a
|
16 years ago |
async.c
|
Create a multiplexing structure for signals to Postgres child processes.
|
16 years ago |
cluster.c
|
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
|
16 years ago |
comment.c
|
Disallow comments on columns of relation types other than tables, views,
|
16 years ago |
constraint.c
|
Add exclusion constraints, which generalize the concept of uniqueness to
|
16 years ago |
conversioncmds.c
|
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
|
16 years ago |
copy.c
|
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
|
16 years ago |
dbcommands.c
|
Allow read only connections during recovery, known as Hot Standby.
|
16 years ago |
define.c
|
Define a new, more extensible syntax for COPY options.
|
16 years ago |
discard.c
|
Update copyright for 2009.
|
17 years ago |
explain.c
|
Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).
|
16 years ago |
foreigncmds.c
|
Always pass catalog id to the options validator function specified in
|
16 years ago |
functioncmds.c
|
Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both trusted and untrusted variants.
|
16 years ago |
indexcmds.c
|
Adjust naming of indexes and their columns per recent discussion.
|
16 years ago |
lockcmds.c
|
Allow read only connections during recovery, known as Hot Standby.
|
16 years ago |
opclasscmds.c
|
Update copyright for 2009.
|
17 years ago |
operatorcmds.c
|
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
|
16 years ago |
portalcmds.c
|
Fix snapshot management, take two.
|
16 years ago |
prepare.c
|
Previous fix for temporary file management broke returning a set from
|
16 years ago |
proclang.c
|
Implement the DO statement to support execution of PL code without having
|
16 years ago |
schemacmds.c
|
Prevent indirect security attacks via changing session-local state within
|
16 years ago |
sequence.c
|
Allow read only connections during recovery, known as Hot Standby.
|
16 years ago |
tablecmds.c
|
Add an index on pg_inherits.inhparent, and use it to avoid seqscans in
|
16 years ago |
tablespace.c
|
Allow read only connections during recovery, known as Hot Standby.
|
16 years ago |
trigger.c
|
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
|
16 years ago |
tsearchcmds.c
|
Support use of function argument names to identify which actual arguments
|
16 years ago |
typecmds.c
|
Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.
|
16 years ago |
user.c
|
Add a hook to CREATE/ALTER ROLE to allow an external module to check the
|
16 years ago |
vacuum.c
|
Revise pgstat's tracking of tuple changes to improve the reliability of
|
16 years ago |
vacuumlazy.c
|
Revise pgstat's tracking of tuple changes to improve the reliability of
|
16 years ago |
variable.c
|
Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
|
16 years ago |
view.c
|
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
|
16 years ago |