summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-026-92/+496
* Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian2006-09-024-45/+919
* Add new variable "server_version_num", which is almost the same asBruce Momjian2006-09-023-5/+30
* Update wording:Bruce Momjian2006-09-022-4/+4
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-028-99/+1359
* Done:Bruce Momjian2006-09-022-9/+4
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-021-1/+8
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-6/+6
* Repair interpretation of GB as MB.Peter Eisentraut2006-08-311-2/+2
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-311-2/+2
* Correct attibution:Bruce Momjian2006-08-311-2/+2
* Done:Bruce Momjian2006-08-312-41/+34
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-3016-328/+843
* Update logging of prepare/execute syntax, per comments from Guillaume Smet.Bruce Momjian2006-08-301-5/+5
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-302-5/+35
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-291-4/+13
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-296-484/+859
* Separate prepared statement and bind parameters with comma.Bruce Momjian2006-08-291-9/+15
* Add autovacuum item:Bruce Momjian2006-08-292-2/+4
* Fix mistypingTeodor Sigaev2006-08-291-2/+2
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-2912-266/+407
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-291-1/+4
* Add description of tsvector type layoutTeodor Sigaev2006-08-291-0/+14
* Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...Teodor Sigaev2006-08-291-2/+0
* Fix incorrect length of lexemes in silly_cmp_tsvector()Teodor Sigaev2006-08-291-1/+1
* Second try committing the path changes.Michael Meskes2006-08-2931-55/+59
* Removed debug option from pg_regress call.Michael Meskes2006-08-2931-58/+58
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-2940-160/+257
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-294-29/+26
* Only call log_after_parse() if necessary.Bruce Momjian2006-08-291-2/+4
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-297-58/+78
* Add URL:Bruce Momjian2006-08-282-2/+5
* Move to referential integrity section:Bruce Momjian2006-08-282-15/+15
* Update:Bruce Momjian2006-08-282-4/+15
* Fix pgstat_report_waiting() to not dump core if called beforeTom Lane2006-08-281-10/+9
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-289-641/+666
* Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlistTom Lane2006-08-281-8/+24
* Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut2006-08-284-26/+29
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-277-56/+97
* Add some notes about why it's not a bug that RI_FKey_check callsTom Lane2006-08-271-4/+14
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-273-32/+129
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-272-10/+13
* - Enabled single-quoted connection targets.Michael Meskes2006-08-2711-106/+336
* Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane2006-08-271-2/+9
* Changed double output.Michael Meskes2006-08-263-16/+16
* Add blank line.Bruce Momjian2006-08-251-0/+1
* Add blank line.>Bruce Momjian2006-08-252-2/+3
* Add:Bruce Momjian2006-08-252-3/+4
* Add 'feedback' section heading to xml2.Bruce Momjian2006-08-251-0/+3
* Fix regression tests: after changing comparing functionTeodor Sigaev2006-08-251-1/+1