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