You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Heikki Linnakangas
4fc72cc7bb
Collection of typo fixes.
...
Use "a" and "an" correctly, mostly in comments. Two error messages were
also fixed (they were just elogs, so no translation work required). Two
function comments in pg_proc.h were also fixed. Etsuro Fujita reported one
of these, but I found a lot more with grep.
Also fix a few other typos spotted while grepping for the a/an typos.
For example, "consists out of ..." -> "consists of ...". Plus a "though"/
"through" mixup reported by Euler Taveira.
Many of these typos were in old code, which would be nice to backpatch to
make future backpatching easier. But much of the code was new, and I didn't
feel like crafting separate patches for each branch. So no backpatching.
11 years ago
..
access
Collection of typo fixes.
11 years ago
bootstrap
Tweak __attribute__-wrapping macros for better pgindent results.
11 years ago
catalog
Collection of typo fixes.
11 years ago
commands
Put back a backwards-compatible version of sampling support functions.
11 years ago
common
Reorganize our CRC source files again.
11 years ago
datatype
Define integer limits independently from the system definitions.
11 years ago
executor
TABLESAMPLE, SQL Standard and extensible
11 years ago
foreign
Add support for doing late row locking in FDWs.
11 years ago
lib
Support GROUPING SETS, CUBE and ROLLUP.
11 years ago
libpq
Create an infrastructure for parallel computation in PostgreSQL.
11 years ago
mb
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
11 years ago
nodes
Refactor ON CONFLICT index inference parse tree representation.
11 years ago
optimizer
Support GROUPING SETS, CUBE and ROLLUP.
11 years ago
parser
Support GROUPING SETS, CUBE and ROLLUP.
11 years ago
port
Collection of typo fixes.
11 years ago
portability
Use mmap MAP_NOSYNC option to limit shared memory writes
11 years ago
postmaster
At promotion, archive last segment from old timeline with .partial suffix.
11 years ago
regex
Update copyright for 2015
11 years ago
replication
Collection of typo fixes.
11 years ago
rewrite
Collection of typo fixes.
11 years ago
snowball
Update copyright for 2015
11 years ago
storage
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
11 years ago
tcop
Allow on-the-fly capture of DDL event details
11 years ago
tsearch
Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.
11 years ago
utils
Put back a backwards-compatible version of sampling support functions.
11 years ago
.gitignore
…
Makefile
Install all headers for the new atomics API.
11 years ago
c.h
Define integer limits independently from the system definitions.
11 years ago
fmgr.h
Create an infrastructure for parallel computation in PostgreSQL.
11 years ago
funcapi.h
Add transforms feature
11 years ago
getaddrinfo.h
Update copyright for 2015
11 years ago
getopt_long.h
Update copyright for 2015
11 years ago
miscadmin.h
Add new OID alias type regrole
11 years ago
pg_config.h.in
Use Intel SSE 4.2 CRC instructions where available.
11 years ago
pg_config.h.win32
Oops, fix misspelled #endif
11 years ago
pg_config_ext.h.in
…
pg_config_ext.h.win32
…
pg_config_manual.h
Define integer limits independently from the system definitions.
11 years ago
pg_getopt.h
Update copyright for 2015
11 years ago
pg_trace.h
Update copyright for 2015
11 years ago
pgstat.h
Add system view pg_stat_ssl
11 years ago
pgtar.h
Error when creating names too long for tar format
11 years ago
pgtime.h
Update copyright for 2015
11 years ago
port.h
Revert error-throwing wrappers for the printf family of functions.
11 years ago
postgres.h
Support "expanded" objects, particularly arrays, for better performance.
11 years ago
postgres_ext.h
pgindent run for 9.4
12 years ago
postgres_fe.h
Update copyright for 2015
11 years ago
rusagestub.h
Update copyright for 2015
11 years ago
windowapi.h
Update copyright for 2015
11 years ago