Commit Graph

21316 Commits (a9980ec37b3cd21e9bc77e2c368984e80fb25dfc)
 

Author SHA1 Message Date
Tom Lane a9980ec37b Describe the behavior of the SQL_ASCII encoding more accurately. 20 years ago
Tom Lane 6f9cb4eb43 Adjust the discussion of triggers to more clearly guide people in the 20 years ago
Bruce Momjian 8ac386226d The patch updates the documentation to reflect the fact that higher values 20 years ago
Bruce Momjian 4784794279 Enable threaded python builds on freebsd5, per report from Jim C. Nasby 20 years ago
Peter Eisentraut 12ee2b98ce Turn off list of tables, figures, and examples. 20 years ago
Tom Lane a0fc05aa6e Go back to emitting path names with forward slashes on Windows. 20 years ago
Bruce Momjian 84cc9a4bb3 Back out this because of fear of changing error strings: 20 years ago
Bruce Momjian 90c22c9206 This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED 20 years ago
Bruce Momjian 6d62338d5e Rewording, use the more common multi-threaded/single-threaded. 20 years ago
Bruce Momjian 8fc0aa4cca Clarify causes of possible mismatch between Win32 libraries and 20 years ago
Bruce Momjian 165565cd94 Some additional doc changes based around compression of page images in 20 years ago
Bruce Momjian 3af21fa568 Mark xslt_process() as volatile. 20 years ago
Bruce Momjian 32e6c2a160 Use get_progname() in backend main.c, rather than port-specific hack 20 years ago
Tom Lane 203015ebdd Fix small oversight in recent patch to add more CREATE-FUNCTION-time 20 years ago
Bruce Momjian 40e1b30f63 Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. 20 years ago
Bruce Momjian 7d43349ab5 Fix capitalization of example. 20 years ago
Neil Conway c10dba2fe3 Remove an antiquated comment. 20 years ago
Neil Conway 689c815b09 Add a comment describing the requirement that pointers into shared memory 20 years ago
Bruce Momjian 4a6dcf0322 Update trigger demo to reflect new trigger ordering. 20 years ago
Bruce Momjian 3d50e107ad Remove extra <para> 20 years ago
Bruce Momjian 249f07b8c6 Update: 20 years ago
Tom Lane 1e9a6ba5e6 Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and 20 years ago
Tom Lane 23e2f9ebf7 Fix spelling error, per Michael Fuhr. 20 years ago
Bruce Momjian adc58f145c Remove item: 20 years ago
Tom Lane e952ae1268 Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark 20 years ago
Tom Lane fa72121594 Fix another recently-changed place that was messing with spinlock- 20 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 20 years ago
Bruce Momjian 6b97e437ca Add warning about plperl nested named subroutines 20 years ago
Bruce Momjian 0a28eb4622 No longer needed: 20 years ago
Bruce Momjian 4aebb5ad55 Rearrange: 20 years ago
Bruce Momjian d5310ca920 Done: 20 years ago
Bruce Momjian 87a67d186b Add: 20 years ago
Peter Eisentraut 4102640683 Update keywords table for 8.1. 20 years ago
Bruce Momjian 752290207d Add description: 20 years ago
Bruce Momjian 368f0b28f3 Add: 20 years ago
Bruce Momjian e4aa5be90c Add: 20 years ago
PostgreSQL Daemon 9fa7ba3041 must commit *after* autoconf, not before 20 years ago
PostgreSQL Daemon 5f470ad491 update to beta3 before tagging ... 20 years ago
Neil Conway 6f8236f1b5 Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. 20 years ago
Tom Lane 96a83d8807 Release notes up to date as of today. 20 years ago
Tom Lane a72ee09090 Add infrastructure for making spins_per_delay variable depending on 20 years ago
Tom Lane 9907b9775b Don't use a non-locked pre-test of the spinlock on x86_64 machines. 20 years ago
Tom Lane 0cc0d0822d Document that get_attstatsslot/free_attstatsslot only need to be passed 20 years ago
Tom Lane 07e6f93d6b Fix oversight in 8.0 modification of RestrictInfo data structures. 20 years ago
Tom Lane c6b9924bec Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to 20 years ago
Tom Lane 375e7d5579 Use a safer order of operations in dropdb(): rollbackable operations, 20 years ago
Peter Eisentraut 15a110ed01 Document the process to update translations. 20 years ago
Peter Eisentraut b473d7adc4 Translation update 20 years ago
Tom Lane 9178306151 Fix the problem of GRANTs creating "dangling" privileges not directly 20 years ago
Tom Lane d7527540f2 <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr. 20 years ago