aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-24
* Update error messages, per notes from Tom.Magnus Hagander2008-04-24
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-23
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Issue explicit error messages for attempts to use "shell" operators inTom Lane2008-04-22
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-21
* Fix a couple of places in execMain that erroneously assumed that SELECT FORTom Lane2008-04-21
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev2008-04-20
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-18
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-17
* Fix a couple of oversights associated with the "physical tlist" optimization:Tom Lane2008-04-17
* Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian2008-04-17
* Add some code to EXPLAIN to show the targetlist (ie, output columns)Tom Lane2008-04-17
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-16
* Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system indexTom Lane2008-04-16
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-15
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-15
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-13
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-12
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-11
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-11
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-09
* Revert README cleanups.Bruce Momjian2008-04-09
* Revert sentence removal from nickname in FAQ.Bruce Momjian2008-04-09
* Fix tsvector_update_trigger() to be domain-friendly: it needs to allow allTom Lane2008-04-08
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-06
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Have pg_stop_backup() wait for all archive files to be sent, rather thanBruce Momjian2008-04-05
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-04
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-04
* Oops, change should go in scan.l to survive a clean checkout and not justMagnus Hagander2008-04-04
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-04
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Remove heap_release_fetch, which is no longer used anywhere; this simplifiesTom Lane2008-04-03
* Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerlyTom Lane2008-04-03
* Oops, add proper #ifdef for systems without support for syslog.Magnus Hagander2008-04-03
* Convert syslog_facility guc to enum type.Magnus Hagander2008-04-03
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Convert three more guc settings to enum type:Magnus Hagander2008-04-02