| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 2 | -28/+52 |
| * | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 | 3 | -47/+76 |
| * | Department of second thoughts: further experimentation with CREATE OR REPLACE | Tom Lane | 2008-12-16 | 1 | -6/+12 |
| * | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 | 2 | -31/+40 |
| * | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 | 2 | -7/+7 |
| * | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 | 1 | -3/+3 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -1/+20 |
| * | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 | 1 | -6/+5 |
| * | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 | 1 | -5/+6 |
| * | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 | 2 | -39/+77 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 2 | -8/+48 |
| * | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 | 1 | -9/+2 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 2 | -13/+169 |
| * | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 | 1 | -3/+7 |
| * | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane | 2008-11-30 | 2 | -4/+8 |
| * | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane | 2008-11-30 | 1 | -85/+166 |
| * | Make DISCARD ALL discard advisory locks, too. Marko Kreen | Tom Lane | 2008-11-26 | 1 | -1/+2 |
| * | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 | 1 | -5/+9 |
| * | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 | 1 | -4/+4 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 3 | -13/+17 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 1 | -14/+32 |
| * | In CREATE AGGREGATE, allow the transition datatype to be "internal", but only | Tom Lane | 2008-11-14 | 1 | -6/+15 |
| * | Make CREATE CONVERSION verify that a putative encoding conversion function | Tom Lane | 2008-11-14 | 1 | -1/+8 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 1 | -36/+24 |
| * | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 3 | -23/+37 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -55/+39 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -2/+350 |
| * | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 1 | -7/+11 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 16 | -275/+272 |
| * | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 3 | -29/+35 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 1 | -5/+17 |
| * | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane | 2008-10-29 | 1 | -2/+4 |
| * | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 | 1 | -324/+513 |
| * | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 | 4 | -26/+26 |
| * | Ensure that CLUSTER leaves the toast table and index with consistent names, | Alvaro Herrera | 2008-10-14 | 1 | -1/+32 |
| * | Implement comparison of generic records (composite types), and invent a | Tom Lane | 2008-10-13 | 1 | -2/+3 |
| * | Force a checkpoint in CREATE DATABASE before starting to copy the files, | Heikki Linnakangas | 2008-10-09 | 1 | -4/+9 |
| * | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas | 2008-10-07 | 1 | -1/+12 |
| * | Fix up ruleutils.c for CTE features. The main problem was that | Tom Lane | 2008-10-06 | 1 | -27/+29 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -1/+49 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 3 | -308/+33 |
| * | Establish the rule that array types should have the same typdelim as their | Tom Lane | 2008-09-25 | 1 | -2/+2 |
| * | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 | 1 | -2/+17 |
| * | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -11/+83 |
| * | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 | 1 | -28/+19 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 2 | -5/+9 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 2 | -5/+6 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 1 | -13/+5 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 3 | -7/+12 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 5 | -9/+10 |