summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version stamp 8.5alpha1REL8_5_ALPHA1REL8_5_ALPHA1_BRANCHPeter Eisentraut2009-08-194-15/+15
* Alter release note item about PL/pgSQL functions and dropped columns.Peter Eisentraut2009-08-191-4/+3
* Update alpha release notes to current.Peter Eisentraut2009-08-191-1/+6
* Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigidTom Lane2009-08-182-42/+47
* Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of m...Andrew Dunstan2009-08-181-5/+25
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-182-2/+7
* Remove duplicate from release notes, and reorganize slightly.Peter Eisentraut2009-08-181-24/+20
* Print the actual DB encoding in the unaccent regression test.Tom Lane2009-08-182-0/+10
* Fix some *other* compiler warnings from a different gcc version.Tom Lane2009-08-181-3/+3
* Fix copy-and-pasteo that might explain some of the buildfarm'sTom Lane2009-08-181-5/+4
* Suppress compiler warnings about uninitialized variables.Tom Lane2009-08-181-3/+3
* Unaccent dictionary.Teodor Sigaev2009-08-1812-3/+808
* Introduce filtering dictionary support to tsearch. Propagate --nolocale optionTeodor Sigaev2009-08-183-8/+19
* Add release notes for 8.5alpha1Peter Eisentraut2009-08-173-2/+404
* Make version.sgml depend on configure instead of Makefile.global. ThisPeter Eisentraut2009-08-171-2/+7
* Department of marginal improvements: teach tupconvert.c to avoid doing aTom Lane2009-08-171-11/+33
* Fix imprecise documentation of random(): it never returns 1.0.Tom Lane2009-08-161-2/+2
* Fix incorrect encoding-aware name truncation in makeArrayTypeName().Tom Lane2009-08-161-7/+11
* Remove Wisconsin benchmark files.Tom Lane2009-08-1539-259/+0
* Make sure that 'make distclean' cleans out all files that are not meantTom Lane2009-08-151-12/+16
* Clarify the documentation about PL/Perl nested subroutines, per JoshPeter Eisentraut2009-08-151-3/+5
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-142-9/+0
* Be able to easily figure out the target directory of "make dist".Alvaro Herrera2009-08-141-1/+4
* Repair breakage of Wisconsin benchmark due to change of command line syntaxTom Lane2009-08-142-7/+7
* Add prefix support for synonym dictionaryTeodor Sigaev2009-08-145-8/+111
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-143-1/+537
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-1412-70/+132
* Domain support in PL/PythonPeter Eisentraut2009-08-141-2/+2
* Remove stray character in type descriptionPeter Eisentraut2009-08-131-2/+2
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-1314-34/+573
* Add a simple test case covering a join against an inheritance tree,Tom Lane2009-08-132-0/+21
* Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.Tom Lane2009-08-131-2/+57
* Improve error message for the case where a requested foreign key constraintTom Lane2009-08-121-9/+32
* The html-stamp and man-stamp files also need to be cvsignore'd.Tom Lane2009-08-121-0/+2
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-1213-354/+606
* Fix old bug in log_autovacuum_min_duration code: it was relying on being ableTom Lane2009-08-121-9/+9
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-1234-1800/+1927
* Document the minimum required Python version.Peter Eisentraut2009-08-121-5/+2
* Add .cvsignore entries for documentation filesPeter Eisentraut2009-08-111-0/+4
* Remove unnecessary files from distributionPeter Eisentraut2009-08-111-6/+6
* Simplify and speed up man page installationPeter Eisentraut2009-08-111-9/+5
* Refactor some $(JADE.tex.call)sAlvaro Herrera2009-08-111-11/+7
* Remove tab in SGML.Bruce Momjian2009-08-111-2/+2
* Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation".Alvaro Herrera2009-08-101-2/+2
* Fix number of columns declared for pg_user_mappings description table.Alvaro Herrera2009-08-101-2/+2
* Refactor NUM_cache_remove calls in error report path to a PG_TRY block.Alvaro Herrera2009-08-101-44/+16
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-106-14/+347
* Adjust test_fsync code to be more sane.Bruce Momjian2009-08-101-12/+29
* Adjust extract(epoch) example to clarify that it includes fractionalTom Lane2009-08-101-5/+8
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-1012-361/+1150