aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix embarrassing bug in recent smgr refactoring patch: WAL records shouldHeikki Linnakangas2009-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
* Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to sayMagnus Hagander2009-01-02
* Remove comments that say restart is required for changing of KerberosMagnus Hagander2009-01-02
* Make it possible to change Kerberos/GSSAPI parameters without restartingMagnus Hagander2009-01-02
* write_nondefault_variables must take care to write custom_variable_classesTom Lane2009-01-02
* Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-01
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-31
* 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
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-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
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-24
* Add missing semicolon, per buildfarm results. Martin PihlakTom Lane2008-12-20
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-20
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-20
* 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
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-19
* Fix oversight in my recent patch to allow ExecMakeFunctionResult to handleTom Lane2008-12-18
* 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
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-17
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-16
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-15
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-15
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-15
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-15
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-14
* Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander2008-12-14
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* 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
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-11
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-11
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Tweak the tree descent loop in fsm_search_avail to not look at theTom Lane2008-12-10
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Teach pgstat_vacuum_stat to not bother scanning pg_proc in the common caseTom Lane2008-12-08
* Don't try to optimize EXISTS subqueries with empty FROM-lists: we need toTom Lane2008-12-08
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-06