| Commit message (Expand) | Author | Age | Files | Lines |
* | Update SQL features supported list | Peter Eisentraut | 2010-01-01 | 1 | -6/+6 |
* | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 | 1 | -3/+4 |
* | Suppress compiler warning (pid_t isn't int everywhere) | Tom Lane | 2009-12-31 | 1 | -9/+9 |
* | Add missing 'static' tag. | Tom Lane | 2009-12-31 | 1 | -2/+2 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 | 5 | -11/+12 |
* | Update SQL features list for aggregate ORDER BY support | Peter Eisentraut | 2009-12-31 | 1 | -2/+2 |
* | Add information_schema.triggered_update_columns | Peter Eisentraut | 2009-12-31 | 1 | -7/+21 |
* | Fill in information schema column for trigger WHEN condition | Peter Eisentraut | 2009-12-30 | 1 | -2/+7 |
* | Dept of second thoughts: recursive case in ANALYZE shouldn't emit a | Tom Lane | 2009-12-30 | 1 | -3/+6 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 | 5 | -116/+132 |
* | Update SQL conformance: search conditions on triggers are supported | Peter Eisentraut | 2009-12-30 | 1 | -1/+1 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 | 1 | -1/+3 |
* | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane | 2009-12-30 | 1 | -1/+3 |
* | Reject invalid input in int2vectorin. | Robert Haas | 2009-12-30 | 1 | -3/+4 |
* | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane | 2009-12-29 | 2 | -24/+76 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 11 | -138/+336 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 | 7 | -36/+40 |
* | Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. | Bruce Momjian | 2009-12-28 | 3 | -6/+6 |
* | Add PGDLLIMPORT for binary_upgrade global variables so shared object | Bruce Momjian | 2009-12-28 | 3 | -6/+6 |
* | Remove non-ascii characters from source code. | Bruce Momjian | 2009-12-28 | 1 | -2/+2 |
* | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane | 2009-12-27 | 1 | -3/+5 |
* | Remove a couple of unnecessary calls of CreateCacheMemoryContext. These | Tom Lane | 2009-12-27 | 5 | -38/+32 |
* | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 | 2 | -16/+31 |
* | Zero-label enums: | Bruce Momjian | 2009-12-26 | 1 | -3/+8 |
* | Fix brain fade in join-removal patch: a pushed-down clause in the outer join's | Tom Lane | 2009-12-25 | 1 | -5/+13 |
* | Rename EnumValuesCreate() single-letter variable names to useful | Bruce Momjian | 2009-12-24 | 1 | -11/+11 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 | 4 | -24/+59 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 | 1 | -2/+5 |
* | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane | 2009-12-23 | 1 | -26/+18 |
* | Remove code that attempted to rename index columns to keep them in sync with | Tom Lane | 2009-12-23 | 1 | -72/+4 |
* | Always pass catalog id to the options validator function specified in | Heikki Linnakangas | 2009-12-23 | 2 | -12/+26 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 10 | -87/+253 |
* | Disallow comments on columns of relation types other than tables, views, | Tom Lane | 2009-12-22 | 2 | -44/+23 |
* | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 | 5 | -26/+20 |
* | There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to | Tom Lane | 2009-12-20 | 1 | -26/+30 |
* | Translation updates | Peter Eisentraut | 2009-12-19 | 2 | -6692/+7638 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 46 | -367/+4047 |
* | binary migration: pg_migrator | Bruce Momjian | 2009-12-19 | 5 | -5/+29 |
* | Don't unblock SIGQUIT in the SIGQUIT handler | Peter Eisentraut | 2009-12-16 | 1 | -1/+2 |
* | If there is no sigdelset(), define it as a macro. | Peter Eisentraut | 2009-12-16 | 3 | -15/+3 |
* | Avoid a premature coercion failure in transformSetOperationTree() when | Tom Lane | 2009-12-16 | 1 | -20/+37 |
* | Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). | Robert Haas | 2009-12-16 | 1 | -17/+31 |
* | Avoid unnecessary copying of source string when generating a cloned TParser. | Tom Lane | 2009-12-15 | 1 | -5/+69 |
* | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane | 2009-12-15 | 1 | -1/+26 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 17 | -189/+633 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 | 14 | -107/+175 |
* | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane | 2009-12-14 | 4 | -38/+146 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 | 2 | -44/+257 |
* | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane | 2009-12-12 | 1 | -3/+13 |
* | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas | 2009-12-12 | 1 | -5/+3 |