| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Fix an oversight in my patch of a couple weeks ago that ensured a snapshot | Tom Lane | 2009-01-01 |
* | Throw error if a <window definition> references a window that already has a | Tom Lane | 2008-12-31 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane | 2008-12-30 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 |
* | Add missing semicolon, per buildfarm results. Martin Pihlak | Tom Lane | 2008-12-20 |
* | Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, | Tom Lane | 2008-12-20 |
* | Don't use OidIsValid to check the return value of transformGenericOptions, | Heikki Linnakangas | 2008-12-20 |
* | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane | 2008-12-19 |
* | Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle | Tom Lane | 2008-12-18 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 |
* | Department of second thoughts: further experimentation with CREATE OR REPLACE | Tom Lane | 2008-12-16 |
* | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 |
* | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 |
* | Reduce the scaling factor for attstattarget to number-of-lexemes from 100 | Tom Lane | 2008-12-15 |
* | Remove our dependencies on MB_CUR_MAX in favor of believing that | Tom Lane | 2008-12-15 |
* | Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an | Tom Lane | 2008-12-14 |
* | Replace both send and receive BIO routines in the SSL code with our own, | Magnus Hagander | 2008-12-14 |
* | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 |
* | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane | 2008-12-11 |
* | The macros NULL_DEV and DEVNULL were both used to work around | Peter Eisentraut | 2008-12-11 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Tweak the tree descent loop in fsm_search_avail to not look at the | Tom Lane | 2008-12-10 |
* | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 |
* | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 |
* | Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common case | Tom Lane | 2008-12-08 |
* | Don't try to optimize EXISTS subqueries with empty FROM-lists: we need to | Tom Lane | 2008-12-08 |
* | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian | 2008-12-06 |
* | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of | Heikki Linnakangas | 2008-12-06 |
* | Better descriptions in pg_get_keywords(), consistent with the documentation | Peter Eisentraut | 2008-12-05 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 |
* | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas | 2008-12-04 |
* | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev | 2008-12-04 |
* | Properly unregister OpenSSL callbacks when libpq is done with | Magnus Hagander | 2008-12-03 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Small comment fixes. | Heikki Linnakangas | 2008-12-03 |
* | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 |
* | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new | Heikki Linnakangas | 2008-12-02 |