Commit Graph

18505 Commits (04d15d120cf09cb081e70f666be664dbe60e9d7f)
 

Author SHA1 Message Date
Joe Conway 04d15d120c Make discovery of python_configdir architecture independent. Solution 21 years ago
Tom Lane 9f6df6c4a6 Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) 21 years ago
Tom Lane 914e177a3e Remove contrib/pg_logger, per recent discussion. 21 years ago
Tom Lane 1cfd2012a6 Remove erroneous Assert, per example from Kris Jurka. 21 years ago
Tom Lane 257cccbe5e Add some marginal tweaks to eliminate memory leakages associated with 21 years ago
Tom Lane 86fff990b2 RecentXmin is too recent to use as the cutoff point for accessing 21 years ago
Tom Lane 8f9f198603 Restructure subtransaction handling to reduce resource consumption, 21 years ago
Neil Conway 42c0d1f3cd Minor doc tweak: mention that function names can be optionally schema- 21 years ago
Neil Conway 6a2869f64e Fix a read of uninitialized memory in array_out(). Perform some minor 21 years ago
Neil Conway d1b0d965b1 Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append 21 years ago
Bruce Momjian 1459d8c4b0 Mark as done: 21 years ago
Peter Eisentraut cb66748bdf New translation 21 years ago
Peter Eisentraut e992444faa Translation update 21 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 21 years ago
Tom Lane 92244e8e54 Fix some minor issues with the new Win32 service code for autovacuum, 21 years ago
Tom Lane b04e70b11e Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to 21 years ago
Tom Lane 4f7d3e0faf Win32 compile fix for misc_utils. 21 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 21 years ago
Tom Lane fc564686a7 Fix contrib/dbase to compile under Win32. Laurent Ballester 21 years ago
Tom Lane 296fb57b20 Make pltcl work on Win32. Magnus Hagander 21 years ago
Neil Conway 65ff0ed455 Fix small memory leak in psql. 21 years ago
Peter Eisentraut adf9a28bb8 Translation update 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 21 years ago
Peter Eisentraut d69528881a Translation updates 21 years ago
Peter Eisentraut 95c034e311 Translation updates 21 years ago
Peter Eisentraut 77697dcaa3 New translations 21 years ago
Peter Eisentraut b972ab7178 New translation 21 years ago
Peter Eisentraut a67b5bd3b9 Translation updates 21 years ago
Neil Conway 9ffeab55c9 Fix two typos in comments. 21 years ago
Bruce Momjian 409de6be6c Re-add brace removal code but comment it out so we know why we removed 21 years ago
Bruce Momjian 47402a9b00 Remove code that delete braces around single statements. 21 years ago
Tom Lane abc98dcc15 When LockAcquire fails at the stage of creating a proclock object, be 21 years ago
Tom Lane 493f72606b Renumber SnapshotNow and the other special snapshot codes so that 21 years ago
Tom Lane 9835944e54 Ensure that pg_largeobject references opened by lo_import() or lo_export() 21 years ago
Bruce Momjian b85faa87b9 Send thread test output to file descriptor 5 like configure does rather 21 years ago
Bruce Momjian 8becd824aa Check for ignored thread compiler options to reduce compiler noise. 21 years ago
Bruce Momjian 8a54a51863 Done: 21 years ago
Tom Lane 1d681d6cee Fix some problems with restoring databases owned by non-superusers, 21 years ago
Tom Lane b339d1fff6 Fire non-deferred AFTER triggers immediately upon query completion, 21 years ago
Bruce Momjian 856d1faac1 Add: 21 years ago
Bruce Momjian af7f6c0a6e Fix #if define 21 years ago
Bruce Momjian 487466a601 Fix palloc call from /port for Cygwin. 21 years ago
Bruce Momjian e515c3b13e Properly include port file for Cygwin. 21 years ago
Bruce Momjian 74248ad673 Minor cleanup. 21 years ago
Bruce Momjian 390c148557 More cleanup. 21 years ago
Bruce Momjian 256ee0d5f3 Use $PORTNAME consistently instead of $host_os, where appropriate. 21 years ago
Bruce Momjian 594be448e1 Add: 21 years ago
Bruce Momjian 777687c6de Add mention loops over unlink/rename might not be needed. 21 years ago
Bruce Momjian e2e1a0cc71 Move undef of rename/unlink so system declarations are unmodified. 21 years ago
Bruce Momjian 3036b84b77 Adjust quotes for win32 build of psql. 21 years ago