summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Make the new pg_stat_get_activity use OUT parameters, so you don't have toMagnus Hagander2008-05-081-7/+2
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-072-17/+242
* The CONSTROID syscache should show conrelid as a relation OID column.Tom Lane2008-05-071-5/+4
* Add timestamp and timestamptz versions of generate_series().Tom Lane2008-05-041-1/+180
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-043-4/+18
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-042-62/+14
* The 8.2 patch that added support for an alias on the target table ofTom Lane2008-05-031-3/+10
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-023-6/+32
* Make the AWK default value also take effect if $AWK is an empty string.Peter Eisentraut2008-05-021-2/+4
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-022-83/+10
* Make the minimum allowed value of work_mem be 64KB always, rather than havingTom Lane2008-05-011-2/+2
* Fix nodeTidscan.c to not trigger an error if the block number portion ofTom Lane2008-04-301-3/+15
* Some minor further cleanup around A_Const. Don't attach a typecast inTom Lane2008-04-293-78/+49
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-292-6/+50
* Remove typename from A_Const.Alvaro Herrera2008-04-299-182/+147
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-281-1/+85
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-262-25/+41
* Remove transformAlterTableStmt's kluge to replace ColumnDef.is_not_nullTom Lane2008-04-241-24/+5
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-241-1/+6
* Update error messages, per notes from Tom.Magnus Hagander2008-04-241-3/+4
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-232-6/+83
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-221-205/+157
* Issue explicit error messages for attempts to use "shell" operators inTom Lane2008-04-221-79/+81
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-212-20/+45
* Fix a couple of places in execMain that erroneously assumed that SELECT FORTom Lane2008-04-211-35/+52
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-2114-122/+200
* Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev2008-04-201-2/+5
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-184-22/+36
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-181-4/+4
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-182-12/+37
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-183-38/+6
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-176-45/+46
* Fix a couple of oversights associated with the "physical tlist" optimization:Tom Lane2008-04-172-10/+26
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-171-12/+7
* Add some code to EXPLAIN to show the targetlist (ie, output columns)Tom Lane2008-04-171-2/+57
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-166-52/+98
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-161-2/+2
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-161-6/+18
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-152-59/+16
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-152-16/+59
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-1411-73/+156
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-1310-204/+91
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-139-121/+118
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-122-5/+6
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-126-113/+153
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-112-8/+85
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-113-7/+9
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-109-189/+168
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-093-11/+11
* Revert README cleanups.Bruce Momjian2008-04-093-11/+11