aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Export IsUnderPostmaster on win32.Alvaro Herrera2009-01-05
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-04
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-04
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-03
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-03
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-30
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-27
* Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane2008-12-26
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-19
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-12
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-11
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-11
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-06
* Default values for function argumentsPeter Eisentraut2008-12-04
* Fix a couple of snapshot management bugs in the new ResourceOwner world:Alvaro Herrera2008-12-04
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-04
* Forgot to bump catalog version in the visibility map patch.Heikki Linnakangas2008-12-03
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Rely on relcache invalidation to update the cached size of the FSM.Heikki Linnakangas2008-11-26
* Use ResourceOwners in the snapshot manager, instead of attempting to track themAlvaro Herrera2008-11-25
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-24
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-22
* Make the enumvals column of pg_settings be text[] instead of justMagnus Hagander2008-11-21
* Add support for using SSL client certificates to authenticate to theMagnus Hagander2008-11-20
* Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander2008-11-20
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-16
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane2008-11-14
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-14