- May 24, 2012
-
-
Peter Eisentraut authored
For space reasons, drop SQL:1999 and SQL:2003. Only keep the latest two and SQL-92 for historical comparison.
-
- May 17, 2012
-
-
Peter Eisentraut authored
-
- Apr 05, 2011
-
-
Peter Eisentraut authored
-
- Nov 23, 2010
-
-
Peter Eisentraut authored
-
- Oct 22, 2010
-
-
Heikki Linnakangas authored
the docs to reflect that OFF is now unreserved. Spotted by Tom Lane.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Mar 02, 2010
-
-
Peter Eisentraut authored
-
- Feb 05, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 23, 2009
-
-
Tom Lane authored
choose an index name the same as it would do for an unnamed index constraint. (My recent changes to the index naming logic have helped to ensure that this will be a reasonable choice.) Per a suggestion from Peter. A necessary side-effect is to promote CONCURRENTLY to type_func_name_keyword status, ie, it can't be a table/column/index name anymore unless quoted. This is not all bad, since we have heard more than once of people typing CREATE INDEX CONCURRENTLY ON foo (...) and getting a normal index build of an index named "concurrently", which was not what they wanted. Now this syntax will result in a concurrent build of an index with system-chosen name; which they can rename afterwards if they want something else.
-
- Nov 06, 2009
-
-
Tom Lane authored
it works just as well to have them be ordinary identifiers, and this gets rid of a number of ugly special cases. Plus we aren't interfering with non-rule usage of these names. catversion bump because the names change internally in stored rules.
-
- Sep 23, 2009
-
-
Tom Lane authored
to create a function for it. Procedural languages now have an additional entry point, namely a function to execute an inline code block. This seemed a better design than trying to hide the transient-ness of the code from the PL. As of this patch, only plpgsql has an inline handler, but probably people will soon write handlers for the other standard PLs. In passing, remove the long-dead LANCOMPILER option of CREATE LANGUAGE. Petr Jelinek
-
- Apr 06, 2009
-
-
Tom Lane authored
LC_COLLATE.
-
Heikki Linnakangas authored
LC_COLLATE and LC_CTYPE, per discussion on pgsql-hackers.
-
- Feb 24, 2009
-
-
Peter Eisentraut authored
wrappers (similar to procedural languages). This way we don't need to retain the nearly empty libraries, and we are more free in how to implement the wrapper API in the future.
-
- Dec 19, 2008
-
-
Peter Eisentraut authored
This doesn't do any remote or external things yet, but it gives modules like plproxy and dblink a standardized and future-proof system for managing their connection information. Martin Pihlak and Peter Eisentraut
-
- Dec 03, 2008
-
-
Peter Eisentraut authored
-
- Jan 30, 2008
-
-
Peter Eisentraut authored
-
- Dec 30, 2006
-
-
Tom Lane authored
about typmod representation for standard types out into type-specific typmod I/O functions. Teodor Sigaev, with some editorialization by Tom Lane.
-
- Oct 08, 2006
-
-
Peter Eisentraut authored
-
- Jul 31, 2006
-
-
Tom Lane authored
created in the bootstrap phase proper, rather than added after-the-fact by initdb. This is cleaner than before because it allows us to retire the undocumented ALTER TABLE ... CREATE TOAST TABLE command, but the real reason I'm doing it is so that toast tables of shared catalogs will now have predetermined OIDs. This will allow a reasonably clean solution to the problem of locking tables before we load their relcache entries, to appear in a forthcoming patch.
-
- Oct 12, 2005
-
-
Peter Eisentraut authored
-
- Nov 27, 2004
-
-
Peter Eisentraut authored
by Troels Arvin, Simon Riggs, Elein Mustain Make spelling of SQL standard names uniform.
-
- Oct 18, 2004
-
-
Peter Eisentraut authored
-
- Mar 09, 2004
-
-
Bruce Momjian authored
Fabien COELHO
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Nov 04, 2003
-
-
Peter Eisentraut authored
-
- Aug 31, 2003
-
-
Peter Eisentraut authored
-
- Jun 12, 2003
-
-
Bruce Momjian authored
Actually clear the cache in the backend making the alteration. This follows in the footsteps of setval(). Rod Taylor
-
- Nov 11, 2002
-
-
Peter Eisentraut authored
-
- Nov 02, 2002
-
-
Tom Lane authored
where it's safe to do database access. Along the way, fix core dump for 'DEFAULT' parameters to CREATE DATABASE. initdb forced due to change in pg_proc entry.
-
- Jun 20, 2002
-
-
Bruce Momjian authored
-
- Jan 08, 2002
-
-
Tom Lane authored
-
- Nov 17, 2001
-
-
Peter Eisentraut authored
-
- Nov 02, 2001
-
-
Peter Eisentraut authored
-
- May 13, 2001
-
-
Peter Eisentraut authored
-
- Jan 06, 2001
-
-
Peter Eisentraut authored
appendix with comprehensive list of key words.
-