summaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAgeFilesLines
* Reject duplicate column names in foreign key referenced-columns lists.Tom Lane2014-08-091-22/+29
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-1/+0
* Reject out-of-range numeric timezone specifications.Tom Lane2014-07-211-0/+7
* Adjust cutoff points in newly-added sanity tests.Tom Lane2014-07-211-7/+15
* Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.Tom Lane2014-07-211-26/+99
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-141-2/+7
* Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao2014-07-141-7/+10
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-102-2/+145
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-011-9/+77
* Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane2014-07-011-23/+31
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-271-3/+5
* Don't allow relminmxid to go backwards during VACUUM FULLAlvaro Herrera2014-06-271-0/+6
* Don't allow foreign tables with OIDs.Heikki Linnakangas2014-06-241-2/+1
* Do all-visible handling in lazy_vacuum_page() outside its critical section.Andres Freund2014-06-201-9/+17
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-201-1/+0
* Fix typosAlvaro Herrera2014-06-121-1/+1
* Prevent auto_explain from changing the output of a user's EXPLAIN.Tom Lane2014-05-201-11/+16
* pgindent run for 9.4Bruce Momjian2014-05-0633-463/+472
* Rationalize common/relpath.[hc].Tom Lane2014-04-302-5/+3
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-0/+8
* Avoid transient bogus page contents when creating a sequence.Heikki Linnakangas2014-04-221-39/+16
* Set the all-visible flag on heap page before writing WAL record, not after.Heikki Linnakangas2014-04-171-5/+11
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-161-3/+3
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-131-16/+11
* Make security barrier views automatically updatableStephen Frost2014-04-122-10/+2
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-1/+100
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-063-74/+118
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-041-8/+25
* Offer triggers on foreign tables.Noah Misch2014-03-232-83/+343
* Improve comments about AfterTriggerBeginQuery() query level usage.Noah Misch2014-03-231-5/+11
* Fix relcache reference leak in refresh_by_match_merge().Tom Lane2014-03-181-28/+13
* Avoid transaction-commit race condition while receiving a NOTIFY message.Tom Lane2014-03-131-18/+24
* C comments: improve description of relfilenode uniquenessBruce Momjian2014-03-081-2/+2
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-061-1/+1
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-041-4/+70
* Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas2014-03-041-1/+36
* Introduce logical decoding.Robert Haas2014-03-035-9/+26
* Update a few comments to mention materialized views.Robert Haas2014-02-251-5/+8
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-231-6/+2
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-173-50/+137
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-171-1/+0
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-171-1/+10
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-133-11/+60
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-081-1/+1
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-291-1/+5
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-292-4/+22
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-232-10/+22
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-235-59/+257
* Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera2014-01-201-23/+37
* Fix typo in comment.Fujii Masao2014-01-211-1/+1