Commit Graph

26326 Commits (0e50b080fa9ad8a86f43ed01bacc2e4ce48601b9)
 

Author SHA1 Message Date
Tom Lane 0e50b080fa Include -lgss in libpq link, if available. Bjorn Munch 18 years ago
Tom Lane 7d6e6e2e97 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a 18 years ago
Magnus Hagander 9b8a93baa4 Use windows DACL fix for pg_regress as well. 18 years ago
Bruce Momjian 2c63d8405b Update pg_dump item: 18 years ago
Bruce Momjian 271205223a Show example of ts_headline() using a configuration name. 18 years ago
Bruce Momjian 60c93d3976 Remove: 18 years ago
Bruce Momjian 66504d763f Add URL for: 18 years ago
Bruce Momjian a273d393b7 Add ideas for concurrent pg_dump and pg_restore: 18 years ago
Bruce Momjian b5aae11c73 Update Japanese FAQ. 18 years ago
Bruce Momjian a17772c7fb Add: 18 years ago
Bruce Momjian ca470198a4 Add another URL for: 18 years ago
Bruce Momjian 17405109d4 Document that REVOKE doesn't remove all permissions if PUBLIC has permissions. 18 years ago
Bruce Momjian efa67833bb Add: 18 years ago
Bruce Momjian 7740991d52 Add: 18 years ago
Bruce Momjian 37cb2b776a Remove "reliably" from chr(0) doc mention. 18 years ago
Bruce Momjian dc41fd8869 Document that chr(0) is not supported, and why. 18 years ago
Bruce Momjian 55f037ffe3 Fix markup. 18 years ago
Bruce Momjian 06ae191f90 Add new FAQ item: 18 years ago
Bruce Momjian ceb567c1c1 Add URL's for sequence discussions: 18 years ago
Michael Meskes fb7b1df083 Fixed bug that caused arrays of varchar to be output with incomplete name. 18 years ago
Tom Lane 0f855d621b Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatment 18 years ago
Tom Lane d50e256b67 Fix another place that was assuming that a local variable declared as 18 years ago
Tom Lane e04fa58dcd Fix unportable usages of tolower(). On signed-char machines, it is necessary 18 years ago
Tom Lane 3bf822c4d7 Disable the undocumented xmlvalidate() function, which was unintentionally 18 years ago
Andrew Dunstan 64f30bb206 Don't call AddUserToDacl on Cygwin 18 years ago
Alvaro Herrera 7157114d54 Remove long-unused and broken TCL_ARRAYS. 18 years ago
Tom Lane c67f6f2f57 Reducing the assumed alignment of struct varlena means that the compiler 18 years ago
Magnus Hagander 2d2b022267 Fix handling of restricted processes for Windows Vista (mainly), 18 years ago
Bruce Momjian 4db0d87c9d Update wording: 18 years ago
Peter Eisentraut 02504dfd0a Write the objfiles.txt rules in a way that is compatible with GNU make 3.78, 18 years ago
Neil Conway ff428cdeda Fix several memory leaks when rescanning SRFs. Arrange for an SRF's 18 years ago
Magnus Hagander b13635ce59 Support for building contrib/uuid-ossp with MSVC. 18 years ago
Peter Eisentraut b8eef28353 Change expand_subsys function so that it preserves the relative order of 18 years ago
Tom Lane 1743778d04 If RelationBuildDesc() fails to open a critical system index, PANIC with 18 years ago
Peter Eisentraut 00941eea77 Add more clarification about SSH tunnels from Faheem Mitha. 18 years ago
Peter Eisentraut f49beb3f50 In the SSH setup instructions, change 18 years ago
Peter Eisentraut f26203ef32 Add information about format modifiers that apply to numeric formats. 18 years ago
Peter Eisentraut bd929b4909 Fixed dtrace build 18 years ago
Peter Eisentraut 9623b727da Don't build the win32 support files in the all target, only in distprep and 18 years ago
Peter Eisentraut f6f8d61a47 Fix uninstall target. 18 years ago
Peter Eisentraut 0e04ee41d0 Create two separate libpq.rc's: One that is built at build time, and one 18 years ago
Peter Eisentraut bdaf90b70f Reorganize some of the exports list generation code. It seems that this 18 years ago
Peter Eisentraut 734a56ca2e Escape # character in variable assignment 18 years ago
Peter Eisentraut d391bdac50 Need more dependencies to get the build order right when objfiles.txt 18 years ago
Peter Eisentraut 3690019da8 We don't need to rebuild objfiles.txt every time an object file changes. 18 years ago
Peter Eisentraut a1d5d85747 Refactor the code that creates the shared library export files to appear 18 years ago
Tom Lane fd15dba543 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte 18 years ago
Tom Lane bc93919be7 Reject year zero during datetime input, except when it's a 2-digit year 18 years ago
Tom Lane 05506fc4af Fix datetime input to behave correctly for Feb 29 in years BC. 18 years ago
Peter Eisentraut 9956ddc191 Link postgres from all object files at once, to avoid the error-prone 18 years ago