summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-181-2/+2
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-164-44/+71
* The actual segfault was caused by a double pfree(), but ISTM thatBruce Momjian2002-12-141-9/+6
* Ok, I think I've gotten this figured out now. I saw this comment inBruce Momjian2002-12-141-6/+6
* Backpatch SSL fixes into 7.3.1.Bruce Momjian2002-12-131-3/+5
* Guard against overrunning CTZName buffer when TZ is bogus.Tom Lane2002-12-121-5/+5
* Back-patch fix to prevent core dump in EXPLAIN if optimizer hasTom Lane2002-12-121-8/+17
* Fix line count error reporting in config files, like pg_hba.conf, perBruce Momjian2002-12-111-2/+6
* Translation updatesPeter Eisentraut2002-12-103-1/+15296
* Fix Latin1/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-091-2/+2
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-091-2/+7
* Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane2002-12-061-8/+2
* localbuf.c must be able to do blind writes.Tom Lane2002-12-051-12/+17
* Avoid pulling up sublinks from a subselect's targetlist. Works aroundTom Lane2002-12-051-2/+20
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-051-6/+22
* Repair oversight in recent change of dependency extraction code: whenTom Lane2002-12-041-1/+7
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-023-20/+46
* Repair coredump in COPY OUT when client encoding is different fromTom Lane2002-12-011-5/+4
* Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane2002-11-291-5/+5
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-261-1/+7
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-211-10/+11
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-214-47/+51
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-182-2/+48
* Push qual clauses containing subplans to the back of the qual listTom Lane2002-11-151-1/+42
* Update German translations.Peter Eisentraut2002-11-131-4954/+6492
* Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane2002-11-131-2/+5
* Fix broken GB18030 <--> UTF-8 conversion mapTatsuo Ishii2002-11-123-126986/+126746
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-122-22/+2
* Add cast to suppress compile warning on Alphas.Tom Lane2002-11-111-2/+2
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-071-4/+1
* Translation updatesPeter Eisentraut2002-11-051-983/+1026
* Remove unnecessary inclusion, per Andreas.Tom Lane2002-11-041-2/+3
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-041-3/+3
* Code review for recent patch to allow ALTER TABLE ADD COLUMN whenTom Lane2002-11-021-15/+32
* During swap_relfilenodes, swap relation size statistic fields along withTom Lane2002-11-021-1/+15
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-025-129/+124
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-023-11/+8
* Fix permissions-checking bugs and namespace-search-path bugs inTom Lane2002-11-023-122/+68
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-017-14/+33
* Reduce a couple of debugging messages from LOG to DEBUG1 category.Tom Lane2002-11-013-7/+7
* Reduce messages associated with shell-type function arguments/resultsTom Lane2002-11-011-7/+7
* After elog(PANIC), exit with abort() not proc_exit(). This allows aTom Lane2002-11-011-3/+3
* Fix some bogus comments.Tom Lane2002-11-012-3/+7
* Add missing #include <errno.h>, per gripe from Alessio Bragadini.Tom Lane2002-10-311-1/+2
* Got tired of explaining why this Assert is not wrong.Tom Lane2002-10-311-2/+3
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-315-157/+186
* Fix miscalculation of remaining free space during tuple chain moving.Tom Lane2002-10-311-8/+8
* Avoid use of inline functions that are not declared static. Needed toTom Lane2002-10-311-13/+29
* Clean up gram.y trailing spaces.Bruce Momjian2002-10-311-10/+10
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-2626-116/+116