| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 1 | -1/+2 |
| * | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 | 5 | -12/+46 |
| * | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas | 2008-12-30 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 24 | -33/+362 |
| * | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 1 | -1/+3 |
| * | Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been | Tom Lane | 2008-12-26 | 1 | -45/+0 |
| * | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 | 4 | -2141/+2145 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 15 | -15/+520 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 6 | -21/+26 |
| * | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 | 2 | -5/+6 |
| * | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 | 1 | -2/+2 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -1/+3 |
| * | Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. | Alvaro Herrera | 2008-12-12 | 5 | -12/+18 |
| * | The macros NULL_DEV and DEVNULL were both used to work around | Peter Eisentraut | 2008-12-11 | 1 | -4/+1 |
| * | Move carefully obscured SunOS 4 specific #include out of c.h into port | Peter Eisentraut | 2008-12-11 | 2 | -6/+4 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 3 | -3/+32 |
| * | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 | 3 | -33/+4 |
| * | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 | 3 | -4/+33 |
| * | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 | 1 | -1/+2 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 10 | -2114/+2128 |
| * | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 | 1 | -1/+5 |
| * | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 | 1 | -1/+2 |
| * | Forgot to bump catalog version in the visibility map patch. | Heikki Linnakangas | 2008-12-03 | 1 | -2/+2 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 5 | -11/+59 |
| * | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander | 2008-12-02 | 2 | -30/+0 |
| * | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 | 1 | -2/+3 |
| * | 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 | 4 | -17/+21 |
| * | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 | 1 | -3/+3 |
| * | Use ResourceOwners in the snapshot manager, instead of attempting to track them | Alvaro Herrera | 2008-11-25 | 1 | -1/+9 |
| * | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander | 2008-11-24 | 2 | -0/+30 |
| * | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut | 2008-11-24 | 1 | -1/+2 |
| * | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane | 2008-11-22 | 1 | -8/+16 |
| * | Make the enumvals column of pg_settings be text[] instead of just | Magnus Hagander | 2008-11-21 | 3 | -5/+6 |
| * | Add support for using SSL client certificates to authenticate to the | Magnus Hagander | 2008-11-20 | 1 | -2/+3 |
| * | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander | 2008-11-20 | 2 | -2/+4 |
| * | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 8 | -45/+53 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 5 | -26/+56 |
| * | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 | 1 | -0/+6 |
| * | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane | 2008-11-16 | 1 | -1/+2 |
| * | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 | 3 | -6/+20 |
| * | Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. | Tom Lane | 2008-11-14 | 1 | -5/+11 |
| * | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 | 2 | -4/+4 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 2 | -4/+7 |
| * | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 | 3 | -4/+7 |
| * | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 | 1 | -1/+2 |
| * | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 4 | -5/+18 |
| * | PGDLLIMPORT-ize the global variables referenced in pg_crc.h. | Tom Lane | 2008-11-13 | 1 | -5/+5 |
| * | Update URL to Ross Williams' CRC paper. | Alvaro Herrera | 2008-11-12 | 1 | -2/+2 |
| * | If we're going to use a SQL function for this, at least make it schema-proof. | Tom Lane | 2008-11-12 | 1 | -2/+2 |