Age | Commit message (Expand) | Author |
2008-02-07 | Some variants of ALTER OWNER tried to make the "object" field of the | Tom Lane |
2008-02-07 | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted | Tom Lane |
2008-01-11 | The original implementation of polymorphic aggregates didn't really get the | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-12-01 | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane |
2007-11-28 | Install a lookaside cache to speed up repeated lookups of the same operator | Tom Lane |
2007-11-26 | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane |
2007-11-22 | Actually ... it's pretty silly that parse_oper.c doesn't set up the | Tom Lane |
2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-11-11 | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane |
2007-10-29 | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane |
2007-10-25 | Tweak new error messages to match the actual syntax of DECLARE CURSOR. | Tom Lane |
2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
2007-09-27 | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane |
2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
2007-09-12 | Perform post-escaping encoding validity checks on SQL literals and COPY input | Andrew Dunstan |
2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |
2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
2007-09-03 | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane |
2007-08-27 | Fix a couple of misbehaviors rooted in the fact that the default creation | Tom Lane |
2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
2007-08-21 | Avoid using TEXT as a Bison symbol, since this provokes warnings on | Tom Lane |
2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
2007-08-12 | Increase the initial size of StringInfo buffers to 1024 bytes (from 256); | Tom Lane |
2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
2007-06-19 | Remove duplicate #include. | Neil Conway |
2007-06-18 | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane |
2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
2007-06-11 | Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsql | Tom Lane |
2007-06-11 | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane |
2007-06-06 | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-05-11 | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane |
2007-04-27 | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane |
2007-04-26 | Rename the newly-added commands for discarding session state. | Neil Conway |
2007-04-16 | Expose more cursor-related functionality in SPI: specifically, allow | Tom Lane |
2007-04-12 | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway |
2007-04-08 | Support syntax "CLUSTER table USING index", which is more logical. | Bruce Momjian |
2007-04-02 | Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not | Bruce Momjian |
2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
2007-03-26 | Allow non-superuser database owners to create procedural languages. | Tom Lane |
2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
2007-03-17 | Simplified sortby rule | Michael Meskes |
2007-03-17 | Ooops, got only one of the two ArrayExpr variants correct in first | Tom Lane |
2007-03-17 | Fix up the remaining places where the expression node structure would lose | Tom Lane |