summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-20Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-10-10Remove some unnecessary #includes.Heikki Linnakangas
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-10-03Fix RLS with COPY (col1, col2) FROM tabStephen Frost
2016-09-28Remove dead line of codePeter Eisentraut
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-11Allow CREATE EXTENSION to follow extension update paths.Tom Lane
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-07Add a HINT for client-vs-server COPY failure cases.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-06Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-05Cosmetic code cleanup in commands/extension.c.Tom Lane
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-12Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-07-26Message style improvementsPeter Eisentraut
2016-07-19Add comment & docs about no vacuum truncation with sto.Kevin Grittner
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-17Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Message style and wording fixesPeter Eisentraut
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-03Fix comment to be more accurate.Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-05-27Fix DROP ACCESS METHOD IF EXISTS.Tom Lane
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane