| Commit message (Expand) | Author | Age | Files | Lines |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+100 |
| * | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 | 1 | -26/+6 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -5/+52 |
| * | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 | 1 | -19/+2 |
| * | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 | 1 | -2/+19 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -2/+2 |
| * | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 | 1 | -2/+3 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 3 | -20/+17 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 1 | -1/+3 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -2/+2 |
| * | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 | 1 | -1/+6 |
| * | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 | 1 | -1/+8 |
| * | Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert | Tom Lane | 2008-10-10 | 1 | -37/+42 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -9/+1 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -5/+5 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 1 | -2/+5 |
| * | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 | 1 | -7/+7 |
| * | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera | 2008-08-13 | 1 | -2/+2 |
| * | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 | 2 | -3/+30 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 2 | -20/+22 |
| * | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane | 2008-06-15 | 1 | -12/+19 |
| * | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 | 1 | -242/+40 |
| * | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera | 2008-06-05 | 1 | -2/+3 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 1 | -2/+2 |
| * | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 3 | -79/+68 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 | 1 | -10/+2 |
| * | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 | 1 | -2/+10 |
| * | Revert my bad decision of about a year ago to make PortalDefineQuery | Tom Lane | 2008-04-02 | 1 | -9/+33 |
| * | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 3 | -6/+6 |
| * | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 3 | -3/+6 |
| * | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 | 1 | -1/+4 |
| * | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera | 2008-03-14 | 1 | -2/+2 |
| * | Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot | Tom Lane | 2008-03-12 | 1 | -17/+35 |
| * | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 | 1 | -2/+2 |
| * | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
| * | Add back #include <time.h> in a couple of files that seem to need it | Tom Lane | 2008-02-17 | 1 | -1/+2 |
| * | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane | 2008-01-26 | 1 | -13/+8 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 5 | -10/+10 |
| * | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane | 2007-12-28 | 1 | -2/+2 |
| * | Change wording of logged message when cancelling an autovacuum task, using | Alvaro Herrera | 2007-12-06 | 1 | -1/+5 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -2/+1 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 3 | -68/+75 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 2 | -63/+20 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+117 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -1/+3 |
| * | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 | 1 | -1/+2 |
| * | Fix single-user mode so that interrupts (particularly SIGTERM and | Tom Lane | 2007-07-09 | 1 | -49/+77 |
| * | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 | 1 | -1/+7 |