summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-1/+2
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-315-12/+46
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-301-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-2824-33/+362
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-271-1/+3
* Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane2008-12-261-45/+0
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-194-2141/+2145
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-1915-15/+520
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-186-21/+26
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-172-5/+6
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-131-2/+2
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-131-1/+3
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-125-12/+18
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-111-4/+1
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-112-6/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-113-3/+32
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-093-33/+4
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-093-4/+33
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-061-1/+2
* Default values for function argumentsPeter Eisentraut2008-12-0410-2114/+2128
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-041-1/+5
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-041-1/+2
* Forgot to bump catalog version in the visibility map patch.Heikki Linnakangas2008-12-031-2/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-035-11/+59
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-022-30/+0
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-011-2/+3
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-011-2/+3
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-304-17/+21
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-261-3/+3
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-251-1/+9
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-242-0/+30
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-241-1/+2
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-221-8/+16
* Make the enumvals column of pg_settings be text[] instead of justMagnus Hagander2008-11-213-5/+6
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-201-2/+3
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-202-2/+4
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-198-45/+53
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-195-26/+56
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-0/+6
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-161-1/+2
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-153-6/+20
* Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane2008-11-141-5/+11
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-142-4/+4
* Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera2008-11-142-4/+7
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-143-4/+7
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-131-1/+2
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-134-5/+18
* PGDLLIMPORT-ize the global variables referenced in pg_crc.h.Tom Lane2008-11-131-5/+5
* Update URL to Ross Williams' CRC paper.Alvaro Herrera2008-11-121-2/+2
* If we're going to use a SQL function for this, at least make it schema-proof.Tom Lane2008-11-121-2/+2