]> granicus.if.org Git - postgresql/history - doc
Department of marginal improvements: teach tupconvert.c to avoid doing a
[postgresql] / doc /
2009-08-16 Tom LaneFix imprecise documentation of random(): it never retur...
2009-08-15 Tom LaneMake sure that 'make distclean' cleans out all files...
2009-08-15 Peter EisentrautClarify the documentation about PL/Perl nested subrouti...
2009-08-14 Teodor SigaevAdd prefix support for synonym dictionary
2009-08-12 Tom LaneThe html-stamp and man-stamp files also need to be...
2009-08-12 Peter EisentrautDocument the minimum required Python version.
2009-08-11 Peter EisentrautAdd .cvsignore entries for documentation files
2009-08-11 Peter EisentrautRemove unnecessary files from distribution
2009-08-11 Peter EisentrautSimplify and speed up man page installation
2009-08-11 Alvaro HerreraRefactor some $(JADE.tex.call)s
2009-08-11 Bruce MomjianRemove tab in SGML.
2009-08-10 Alvaro HerreraFix URL to "The Hitch-Hiker's Guide to Evolutionary...
2009-08-10 Alvaro HerreraFix number of columns declared for pg_user_mappings...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-10 Tom LaneAdjust extract(epoch) example to clarify that it includ...
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-10 Andrew DunstanRe-add documentation for --no-readline option of psql...
2009-08-09 Peter EisentrautShip documentation without intermediate tarballs
2009-08-07 Alvaro HerreraDocument that autovacuum may run ANALYZE
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-05 Alvaro HerreraFix manpages related to SPI functions.
2009-08-05 Tom LaneAdd matchorig, matchsynonyms, and keepsynonyms options...
2009-08-05 Joe ConwayImplement dblink_get_notify().
2009-08-04 Peter EisentrautUse DocBook XSL stylesheets for man page building
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-03 Tom LanePortability and documentation fixes for threaded pgbenc...
2009-08-03 Tatsuo IshiiMulti-threaded version of pgbench contributed by ITAGAK...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Tom LaneCode review for FORCE QUOTE * patch: fix error checking...
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-24 Peter EisentrautDocument \dg+ and \du+
2009-07-23 Andrew DunstanUpdate location to download flex for building on Windows.
2009-07-22 Peter EisentrautClarify NULLIF example
2009-07-22 Tom LaneTweak TOAST code so that columns marked with MAIN stora...
2009-07-21 Peter EisentrautRemove translated FAQs
2009-07-20 Peter EisentrautSmall additional clean from the rearrangement of the...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Tom LaneMake GEQO's planning deterministic by having it start...
2009-07-14 Peter EisentrautRearrangement of the HTML docs build rules
2009-07-13 Peter EisentrautUpdate information schema to SQL:2008
2009-07-13 Tom LaneAdvance the minimum required version of "flex" from...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-07-11 Peter EisentrautCorrect what ISO stands for
2009-07-08 Tom LaneAdd missing HOUR TO SECOND option to list of possible...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-07-03 Peter EisentrautAdd log_line_prefix placeholder %e to contain the curre...
2009-07-01 Tom LaneRemove useless References column for pg_listener catalo...
2009-07-01 Tom LaneStamp HEAD as 8.5devel.
2009-06-27 Tom LaneRevert addition of "o" to tar options. This was intend... REL8_4_0
2009-06-27 Marc G. FournierBundle v8.4.0
2009-06-26 Tom LaneUpdate release notes in final preparation for 8.4.0.
2009-06-26 Tom LaneAdd a note about SystemTap vs DTrace spelling of probe...
2009-06-26 Tom LaneMarginal improvement of description of recovery_end_com...
2009-06-26 Peter EisentrautExtract tarballs with "o" option (tar xof), to behave...
2009-06-26 Peter EisentrautUse $(TAR) instead of tar in makefiles.
2009-06-25 Peter EisentrautMan pages back to lowercase names, with additional...
2009-06-25 Heikki LinnakangasDisable pg_standby -l option because the backend doesn...
2009-06-24 Magnus HaganderFix incorrect LDAP example, noted by Tom.
2009-06-23 Tom LaneProvide a link to the UPDATE reference page in the...
2009-06-23 Tom LaneFix the makefiles to fail cleanly if Perl is needed...
2009-06-22 Marc G. Fournierbundle RC2 REL8_4_RC2
2009-06-22 Peter EisentrautAdd more explicit note that the parameters of MOVE...
2009-06-20 Tom LaneFix things so that array_agg_finalfn does not modify...
2009-06-19 Peter EisentrautExtend man page installation hackery so that the man...
2009-06-19 Peter EisentrautDon't convert the man page names to lower case, so...
2009-06-19 Peter EisentrautAdd manvolnum, so that man pages are generated.
2009-06-18 Peter EisentrautDon't attempt to "rm" directories on uninstall.
2009-06-18 Peter EisentrautRecursive Joins -> Recursive Queries
2009-06-18 Peter EisentrautAdd some more documentation and cross-links on using...
2009-06-18 Peter EisentrautRefine the use of terminology around bound and unbound...
2009-06-17 Tom LaneProofreading for Bruce's recent round of documentation...
2009-06-17 Peter EisentrautAdd another link of a GUC variable to where it is expla...
2009-06-12 Tom LaneImprove documentation about GiST opclass support functions.
2009-06-12 Tom LaneAdd info about minimum recommended AIX fix levels,...
2009-06-12 Marc G. Fourniertime to tag rc1 ... REL8_4_RC1
2009-06-11 Tom LaneUpdate release notes to today.
2009-06-11 Tom LaneRemove our inadequate kluge that tried to get AIX's...
2009-06-10 Tom LaneAdd warning that xpath() doesn't work with non-UTF8...
2009-06-10 Tom LaneAdd a warning about possible strange behavior of volati...
2009-06-10 Peter EisentrautCorrect/improve the datetime_precision field in the...
2009-06-08 Tom LaneFix contrib/pageinspect to not create an ABI breakage...
2009-06-08 Tom LaneBe a bit more verbose about the effects of string liter...
2009-06-07 Tom LaneRevert my patch of 2009-04-04 that removed contrib...
2009-06-06 Joe ConwayAdd support for using SQL/MED compliant FOREIGN DATA...
2009-06-05 Bruce MomjianRemove sleep() from backup script example; not needed...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-03 Bruce MomjianWording improvement for recent sesssion identifier...
2009-06-03 Bruce MomjianAdd example of how to generate the session identifier...
2009-06-02 Tom LaneRemove the old advice to keep from_collapse_limit less...
2009-05-28 Bruce MomjianDocument that forking while having open libpq connectio...
2009-05-27 Tom LaneImprove release note explanation of the change in libpq...
2009-05-27 Bruce MomjianRemove tabs from SGML file.
2009-05-27 Tom LaneImprove documentation about function volatility: mentio...
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-18 Peter EisentrautRefer to tables by id, not by "the following table...
next