Commit Graph

17085 Commits (2f17547c67aeeda8c4672feeee64cf30a8fa5c2c)
 

Author SHA1 Message Date
Bruce Momjian 2f17547c67 Update plpython docs to mention shared libs are possible in 2.3 or 22 years ago
Bruce Momjian 8878f4aee7 For immediate application to HEAD. 22 years ago
Bruce Momjian 23168fb3bf Update the pl/python shared build docs to match the recent version of 22 years ago
Bruce Momjian c672aa823b For application to HEAD, following community review. 22 years ago
Tom Lane 5ada9ef088 Teach plpgsql's lexer about dollar-quoted literals. 22 years ago
Tom Lane fa7a3abe87 anyarray really needs to be declared with typalign = 'd', so that entries 22 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Tom Lane 58e705320e Implement dollar-quoting in the backend lexer and psql. Documentation 22 years ago
Michael Meskes 1f87d79142 - Corrected error handling in PGTYPEStimestamp_from_asc. 22 years ago
Joe Conway 3cd8411826 When returning type "record", replace use of pgresultGetTupleDesc 22 years ago
Joe Conway 64a2e1fdef Apply quote_literal to the start_with argument of connectby. Fixes problem 22 years ago
Tom Lane 92bec9a0bc Cause pg_dump to emit a 'SET client_encoding' command at the start of 22 years ago
Tom Lane 55fb172739 Don't crash when a rowtype argument to a plpgsql function is NULL. 22 years ago
Tom Lane 3f2cf812af Fix obsolete comment. 22 years ago
Tom Lane 7a57a67278 Replace opendir/closedir calls throughout the backend with AllocateDir 22 years ago
Tom Lane 4f571319d3 NOFILE isn't used anywhere any more. 22 years ago
Tom Lane f83356c7f5 Do a direct probe during postmaster startup to determine the maximum 22 years ago
Michael Meskes b4c8dcb294 Fixed incorrect output of indicator structs using the name of the data struct. 22 years ago
Tom Lane 6b7763d1c1 Write #include <dl.h>, not #include "dl.h", to correctly reflect the 22 years ago
Tom Lane 780cba9880 Move responsibility for copying argv[] array into ps_status.c, where it 22 years ago
Neil Conway 45f5eba90b Document the family() function (added during the 7.4 dev cycle but not 22 years ago
Tom Lane a81b9d679f Fix random build breakage from log_disconnections patch. 22 years ago
Tom Lane 59f9a0b9df Implement a solution to the 'Turkish locale downcases I incorrectly' 22 years ago
Bruce Momjian 1d567aee07 The following bug has been logged online: 22 years ago
Bruce Momjian 0d02533943 Add: 22 years ago
Bruce Momjian e53c56d34a Add: 22 years ago
Bruce Momjian 5e4b9d1ef0 Add to PL/java description. 22 years ago
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per 22 years ago
Tom Lane 737f1cd44b Cosmetic changes (mostly whitespace) to make it easier to diff the 22 years ago
Bruce Momjian 2e3d5f1160 Update: 22 years ago
Bruce Momjian af3b182a57 Here is a patch that implements setitimer() on win32. With this patch 22 years ago
Michael Meskes f8257734e4 Added missing rule for DOUBLE variables. 22 years ago
Neil Conway 4553e1d80f Improve the consistency of the error message emitted when rejecting 22 years ago
Neil Conway afcc6fbb60 Remove a caveat from the "backup" documentation: pg_dump now does a 22 years ago
Bruce Momjian 0128c17c93 Done: 22 years ago
Bruce Momjian e170701712 Add: 22 years ago
Neil Conway 9c8d5f0be1 Add a few more <xref> tags to the SGML docs, where appropriate. Original 22 years ago
Tom Lane d46b1f904e Minor editorializing on cost-based vacuum description. 22 years ago
Neil Conway ee33fe889e Significant improvements to the documentation for the new cost-based 22 years ago
Neil Conway 11acc1ffd6 Fix a minor SGML markup infelicity in recently-applied log_disconnections 22 years ago
Bruce Momjian 530570c598 Rename function log_session_end to log_disconnections. 22 years ago
Bruce Momjian 96f134550c Fix prototype for on_proc_exit in log_disconnections patch. 22 years ago
Bruce Momjian c53611e3e7 This patch brings up to date what I did last year (now unfortunately 22 years ago
Bruce Momjian 1f17316a3d Here is an updated version of the win32 readdir patch. 22 years ago
Bruce Momjian ec6feaaed4 Under Win32, stat() returns an st_ino field, but it has no meaning (on 22 years ago
Bruce Momjian 51b363ec24 Please apply this patch to contrib/dbmirror 22 years ago
Neil Conway 6dfb2b2517 Minor SGML markup improvements. 22 years ago
Tom Lane a536ed53bc Make use of statistics on index expressions. There are still some 22 years ago
Bruce Momjian d372bba02d Change may -> might, and remove an extra tab. 22 years ago
Michael Meskes f464ad0bfd - Cleaned up parser a little bit. It does not make sense to allow a 22 years ago