| 2004-10-17 |
Peter Eisentraut | New translation |
commit | commitdiff | tree |
| 2004-10-17 |
Peter Eisentraut | New translation |
commit | commitdiff | tree |
| 2004-10-17 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
| 2004-10-17 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2004-10-17 |
Peter Eisentraut | Adjust message |
commit | commitdiff | tree |
| 2004-10-17 |
Tom Lane | Give a more user-friendly error message in situation... |
commit | commitdiff | tree |
| 2004-10-17 |
Tom Lane | Make locale_messages_assign() really work on Windows... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Remove dllist.c from libpq. It's overkill for what... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Include dllist.c directly instead of assuming that... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Give a more user-friendly error message in case where... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Generate the various .def files for libpq DLLs from... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Limit NBuffers and some related values to INT_MAX ... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Give the ResourceOwner mechanism full responsibility... |
commit | commitdiff | tree |
| 2004-10-16 |
Tom Lane | Remove BufferLocks[] array in favor of a single pointer... |
commit | commitdiff | tree |
| 2004-10-16 |
Bruce Momjian | Fix Cygwin using of pg_ctl by not usig START. |
commit | commitdiff | tree |
| 2004-10-16 |
Bruce Momjian | Export only required symbols in libpq on Win32. |
commit | commitdiff | tree |
| 2004-10-16 |
Bruce Momjian | Allow pg_ctl to determine the server is up when getting... |
commit | commitdiff | tree |
| 2004-10-15 |
Tom Lane | Repair possible failure to update hint bits back to... |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | The previous build rules caused each binary to be re... |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | I have attached 5 patches (split up for ease of review... |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | This patch clarifies the usage of references in PL... |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Have log_duration only output when log_statement has... |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Update wording. |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Update heading of Cygwin FAQ to be Cygwin-specific. |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | New wording on the three standards. |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | > This lets you do something like: |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Allow psql booleans to use OFF or off. |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Fix pg_ctl -D handling for Win32: |
commit | commitdiff | tree |
| 2004-10-15 |
Bruce Momjian | Add full path in error report for version mismatch... |
commit | commitdiff | tree |
| 2004-10-15 |
Neil Conway | psql code cleanup: |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Update mingw faq. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Update Win32 fAQ. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Typo cleanup. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Update standards names. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Update 2003 as an official standard. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Add 'int' cast for getpid() because some Solaris releas... |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Add "draft". |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Reorder links. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | More URL updates. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Update markup. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | New urls. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Working improvement. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree |
| 2004-10-14 |
Bruce Momjian | Add standards URL's. |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | pg_restore wording improvement, per Peter. |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | Enable service use by Cygwin of pg_ctl. |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | Allow compiles for Cygwin /contrib modules. |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | Enable static lib builds on Win32 and Cygwin. |
commit | commitdiff | tree |
| 2004-10-13 |
Neil Conway | Cleanup some unnecessary void * casts when using pfree... |
commit | commitdiff | tree |
| 2004-10-13 |
Neil Conway | More minor cosmetic improvements: |
commit | commitdiff | tree |
| 2004-10-13 |
Neil Conway | Unbreak regression tests (Peter's recent checkin to... |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2004-10-13 |
Bruce Momjian | Clarify pg_restore --help wording. |
commit | commitdiff | tree |
| 2004-10-12 |
Bruce Momjian | Update Cygwin build to not use DLLINIT, per Cygwin... |
commit | commitdiff | tree |
| 2004-10-12 |
Peter Eisentraut | Message style revisions |
commit | commitdiff | tree |
| 2004-10-12 |
Peter Eisentraut | New translation |
commit | commitdiff | tree |
| 2004-10-12 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2004-10-12 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree |
| 2004-10-12 |
Tom Lane | plpgsql EXIT construct forgot to downcase or quote... |
commit | commitdiff | tree |
| 2004-10-12 |
Neil Conway | Fix vpath build break, induced by Bruce's recent commit. |
commit | commitdiff | tree |
| 2004-10-12 |
Neil Conway | Fix a copy-and-paste error: give a distinct memory... |
commit | commitdiff | tree |
| 2004-10-12 |
Tom Lane | Update reference to pgsql-server. |
commit | commitdiff | tree |
| 2004-10-12 |
Bruce Momjian | Add some pg_config_path.h dependencies for places that... |
commit | commitdiff | tree |
| 2004-10-11 |
Tom Lane | Use -fPIC not -fpic for BSDen on Sparc. Also switch... |
commit | commitdiff | tree |
| 2004-10-11 |
Tom Lane | Fix OR-index-scan planner to recognize that a partial... |
commit | commitdiff | tree |
| 2004-10-11 |
Bruce Momjian | Use native Cygwin symlinks so tablespaces work on Win95... |
commit | commitdiff | tree |
| 2004-10-11 |
Tom Lane | Another try at making plpython autoconfiguration work... |
commit | commitdiff | tree |
| 2004-10-11 |
Tom Lane | Fix pg_indexes view so that it shows the index's tables... |
commit | commitdiff | tree |
| 2004-10-11 |
Neil Conway | Fix typo in comment. |
commit | commitdiff | tree |
| 2004-10-10 |
Neil Conway | Cosmetic improvements/code cleanup: |
commit | commitdiff | tree |
| 2004-10-10 |
Tom Lane | Un-break plpython build for non-Windows platforms. |
commit | commitdiff | tree |
| 2004-10-10 |
Tom Lane | Remove gratuitous editorialization on rpath. |
commit | commitdiff | tree |
| 2004-10-09 |
Tom Lane | Adjust configuration-files GUC behavior as per my recen... |
commit | commitdiff | tree |
| 2004-10-09 |
Peter Eisentraut | Translation improvement |
commit | commitdiff | tree |
| 2004-10-09 |
Bruce Momjian | Add win32 version information for pg_config Makefile. |
commit | commitdiff | tree |
| 2004-10-09 |
Bruce Momjian | Make getpid() use %d consistently for printing. |
commit | commitdiff | tree |
| 2004-10-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2004-10-09 |
Bruce Momjian | Suppress timezone output on log_line_prefix %t on Win32... |
commit | commitdiff | tree |
| 2004-10-09 |
Bruce Momjian | Add newline. |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Add MinGW FAQ. |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Move Win32 TODO items to main TODO list: |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Rename FAQ_MSWIN to FAQ_CYGWIN. |
commit | commitdiff | tree |
| 2004-10-08 |
Tom Lane | Include schema name in pg_restore -l output, per reques... |
commit | commitdiff | tree |
| 2004-10-08 |
Neil Conway | Another minor tweak to psql startup: set the default... |
commit | commitdiff | tree |
| 2004-10-08 |
Tom Lane | Tweak HPUX shared-library build flags, per Shinji Terag... |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Update CIDR regresion tests to test for network masks... |
commit | commitdiff | tree |
| 2004-10-08 |
Tom Lane | Whack some sense into the configuration-file-location... |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Do proper testing of CIDR bits against network mask... |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Pull comment down into its own paragraph. |
commit | commitdiff | tree |
| 2004-10-08 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2004-10-07 |
Bruce Momjian | Remove benchmark comment. |
commit | commitdiff | tree |
| 2004-10-07 |
Tom Lane | Change get_rule_expr so that when the input is a List... |
commit | commitdiff | tree |
| 2004-10-07 |
Bruce Momjian | Remove mention of -Q option for bench. |
commit | commitdiff | tree |
| 2004-10-07 |
Bruce Momjian | Move -DPLPERL_HAVE_UID_GID to the plperl Makefile... |
commit | commitdiff | tree |
| 2004-10-07 |
Tom Lane | Add missing null terminator to escaped string; clean... |
commit | commitdiff | tree |
| 2004-10-07 |
Bruce Momjian | Add PLperl workaround for Win32 to the *.xs file. |
commit | commitdiff | tree |
| 2004-10-07 |
Tom Lane | Fix problems with SQL functions returning rowtypes... |
commit | commitdiff | tree |
| 2004-10-07 |
Bruce Momjian | Add one more byte to malloc for null storage. |
commit | commitdiff | tree |
| next |