Commits

DateSubjectAuthorReleases
2022-11-04 Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. Tom Lane 16.0
2022-11-04 Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. Tom Lane 15.1
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2013-11-16 Allow aggregates to provide estimates of their transition state data size. Tom Lane 9.4.0
2009-09-21 Define a new, more extensible syntax for COPY options. Tom Lane 9.0.0
2009-07-26 Extend EXPLAIN to allow generic options to be specified. Tom Lane 9.0.0
2009-04-04 Remove the recently added node types ReloptElem and OptionDefElem in favor Tom Lane 8.4.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2004-05-14 Tighten parsing of boolean options to CREATE TYPE and related functions, Tom Lane 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2004-02-21 Implement a solution to the 'Turkish locale downcases I incorrectly' Tom Lane 7.4.2
2004-02-21 Implement a solution to the 'Turkish locale downcases I incorrectly' Tom Lane 8.0.0
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2002-09-21 Provide an upgrade strategy for dump files containing functions declared Tom Lane 7.3.1
2002-08-10 Allow schema-qualified operator names to be used in the optional Tom Lane 7.3.1
2002-05-22 Modify sequence state storage to eliminate dangling-pointer problem Tom Lane 7.3.1
2002-04-15 The contents of command.c, creatinh.c, define.c, remove.c and rename.c Tom Lane 7.3.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2002-04-05 Divide functions into three volatility classes (immutable, stable, and Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2002-03-20 Code review for DOMAIN patch. Tom Lane 7.3.1
2001-10-02 Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function Tom Lane 7.2.1
2001-09-08 Clean up some confusion about where and how to set whereToSendOutput. Tom Lane 7.2.1