Age | Commit message (Expand) | Author |
2006-03-16 | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane |
2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
2006-03-10 | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway |
2006-03-10 | Remove unintened change to pg_proc.h. | Bruce Momjian |
2006-03-10 | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian |
2006-03-07 | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane |
2006-03-07 | Back out comment update about sighup, original was accurate. | Bruce Momjian |
2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
2006-03-06 | Attached is the new patch. To summarize: | Bruce Momjian |
2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |
2006-03-06 | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian |
2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-03-05 | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian |
2006-03-05 | Improve STRINGS_H macro test for MSVC extensions. | Bruce Momjian |
2006-03-04 | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane |
2006-03-04 | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian |
2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
2006-03-03 | Fixes for Win32-client only compiles. | Bruce Momjian |
2006-03-03 | Add workaround so MSVC doesn't try to load strings.h, which it doesn't | Bruce Momjian |
2006-03-03 | Clarify macro layout for win32 IMPORT. | Bruce Momjian |
2006-03-03 | Make the COPY command return a command tag that includes the number of | Tom Lane |
2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
2006-02-28 | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane |
2006-02-28 | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian |
2006-02-28 | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane |
2006-02-28 | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane |
2006-02-26 | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway |
2006-02-21 | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane |
2006-02-19 | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane |
2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
2006-02-18 | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut |
2006-02-16 | Change MemSet to use long instead of int32, for better performance on | Peter Eisentraut |
2006-02-12 | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane |
2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
2006-02-12 | Add MSVC support for utility commands and pg_dump. | Bruce Momjian |
2006-02-12 | Add contrib/pg_freespacemap to display free space map information. | Bruce Momjian |
2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
2006-02-11 | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane |
2006-02-11 | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian |
2006-02-11 | Fix incorrect addition, subtraction, and overflow checking in new | Tom Lane |
2006-02-11 | Revert based on Tom's recommendation: | Bruce Momjian |
2006-02-11 | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian |
2006-02-11 | Update catalog version for INET additions. | Bruce Momjian |
2006-02-11 | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian |
2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
2006-02-09 | Use "bitwise" rather than "binary for AND/OR descriptions in \d, to | Bruce Momjian |
2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |